mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
В nginx теперь можно подсунуть кастомную ссылку на php
This commit is contained in:
@@ -31,7 +31,7 @@ server {
|
||||
}
|
||||
|
||||
location ~* \.php$ {
|
||||
fastcgi_pass app:9000;
|
||||
fastcgi_pass ${PHP_LINK}:9000;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_param SERVER_NAME $host;
|
||||
|
||||
Reference in New Issue
Block a user