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