php_with_node #3

Merged
Hide_D merged 2 commits from php_with_node into master 2021-09-09 23:33:10 +09:00
Showing only changes of commit 9b1fc5bd1d - Show all commits
+2 -1
View File
@@ -32,13 +32,14 @@ server {
location / {
location ~ \.php$ {
include fastcgi_params;
proxy_read_timeout 600;
fastcgi_pass app:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one