Skip to content

Commit

Permalink
smokeping.sh fix #36 derp
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Jan 15, 2019
1 parent 2e99975 commit 1744ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
header=setenv.add-response-header && \
sed -i '/server.errorlog/s|^|#|' $conf && \
sed -i '/server.document-root/s|/html||' $conf && \
sed -i '/server.modules = (/a \t"mod_setenv",' $conf && \
sed -i '/server.modules = (/a \\t"mod_setenv",' $conf && \
echo "\\n$header"' += ( "X-XSS-Protection" => "1; mode=block" )' >>$conf &&\
echo "$header"' += ( "X-Content-Type-Options" => "nosniff" )' >>$conf && \
echo "$header"' += ( "X-Robots-Tag" => "none" )' >>$conf&& \
Expand Down

0 comments on commit 1744ea8

Please sign in to comment.