|
@ -4,12 +4,13 @@ |
|
|
|
|
|
|
|
|
location / { |
|
|
location / { |
|
|
root /usr/src/app/src/public; |
|
|
root /usr/src/app/src/public; |
|
|
|
|
|
client_max_body_size 20M; |
|
|
|
|
|
|
|
|
try_files $uri /index.php$is_args$args; |
|
|
try_files $uri /index.php$is_args$args; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
location ~ ^/index\.php(/|$) { |
|
|
location ~ ^/index\.php(/|$) { |
|
|
client_max_body_size 50m; |
|
|
client_max_body_size 20M; |
|
|
|
|
|
|
|
|
fastcgi_pass php:9000; |
|
|
fastcgi_pass php:9000; |
|
|
fastcgi_buffers 16 16k; |
|
|
fastcgi_buffers 16 16k; |
|
|