php config and examples fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
include %FASTCGI_PATH%fastcgi.conf;
|
||||
include %FASTCGI_PATH%fastcgi_params;
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass %REMOTE_PHP%:9000;
|
||||
fastcgi_index index.php;
|
||||
include %FASTCGI_PATH%fastcgi.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user