* correct pass to backend fpm socket
This commit is contained in:
@ -42,8 +42,10 @@
|
|||||||
location_list:
|
location_list:
|
||||||
- pattern: '/'
|
- pattern: '/'
|
||||||
locations:
|
locations:
|
||||||
- pattern: '~ ^/*.-backend/'
|
- pattern: '~ ^/.*-backend/'
|
||||||
options: 'set $upstream unix:/run/{{ php__version_preference[0] }}-fpm-backend.sock;'
|
options: |
|
||||||
|
try_files /index.html @october
|
||||||
|
set $upstream unix:/run/{{ php__version_preference[0] }}-fpm-backend.sock
|
||||||
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;
|
||||||
|
Reference in New Issue
Block a user