Skip to content

Commit

Permalink
Update appserver.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored Sep 20, 2022
1 parent 2476c33 commit d48fd3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/php8.x/.docker/config/appserver.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ server {
listen [::]:80;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
proxy_read_timeout 600;
proxy_connect_timeout 600;
proxy_send_timeout 600;
send_timeout 600;
fastcgi_connect_timeout 600;
fastcgi_send_timeout 600;
fastcgi_read_timeout 600;
client_max_body_size 3M;

location / {
root /app/public;
Expand Down

0 comments on commit d48fd3c

Please sign in to comment.