* set bigger client max body size for backend fpm socket

* try to use ${HOME} var instead of ansible user var for detecting home dir
This commit is contained in:
2024-10-09 15:02:43 +03:00
parent 3243c81b3d
commit 74f9f3ef7a
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@
options: |
try_files /index.html @october
set $upstream unix:/run/{{ php__version_preference[0] }}-fpm-backend.sock
client_max_body_size 1000M
options: try_files /index.html @october;
- pattern: '@october'
options: rewrite ^/.*$ /index.php last;