Update nginx timeout to match max_execution_time

This commit is contained in:
Tom Wiesing 2021-11-17 11:27:19 +01:00
parent 793eab5c2d
commit 32f9876307
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 20 additions and 1 deletions

View file

@ -11,6 +11,7 @@ services:
volumes:
- "vhost:/etc/nginx/vhost.d"
- "./global.conf:/etc/nginx/conf.d/global.conf:ro"
- "./proxy.conf:/etc/nginx/proxy.conf:ro"
- "htpasswd:/etc/nginx/htpasswd"
- "html:/usr/share/nginx/html"
- "/var/run/docker.sock:/tmp/docker.sock:ro"