Skip to content

Commit

Permalink
Update Dockerfile-subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzwt authored Oct 21, 2024
1 parent f606716 commit d90df84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-subpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nginx
RUN apt update && apt intall -y vim
RUN { \
apt update && apt intall -y vim; \
echo 'server_tokens off;'; \
echo 'client_max_body_size 100m;'; \
} > /etc/nginx/conf.d/server-token-off.conf
Expand Down

0 comments on commit d90df84

Please sign in to comment.