6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
location ~ \.php$ {
|
|
fastcgi_pass %REMOTE_PHP%:9000;
|
|
fastcgi_index index.php;
|
|
include %FASTCGI_PATH%fastcgi.conf;
|
|
}
|