Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
add config for nginx_proxy
  • Loading branch information
mitagmio authored Nov 4, 2023
1 parent c0500eb commit 64771d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM jwilder/nginx-proxy:0.9
RUN { \
echo 'client_max_body_size 0;'; \
} > /etc/nginx/conf.d/my_proxy.conf

0 comments on commit 64771d4

Please sign in to comment.