Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Aug 8, 2024
1 parent 2ea31fd commit e02fffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM nginxproxy/nginx-proxy
RUN { \
echo 'proxy_read_timeout 3600s;'; \
echo 'client_max_body_size 0;'; \
echo 'gzip on;' \
echo 'gzip_types application/xml+rss application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component application/octet-stream application/x-protobuf;'
} > /etc/nginx/conf.d/overwrites.conf

0 comments on commit e02fffb

Please sign in to comment.