bunkerweb/confs/site/php.conf
2020-11-18 15:21:08 +01:00

8 lines
165 B
Plaintext

include %FASTCGI_PATH%fastcgi.conf;
include %FASTCGI_PATH%fastcgi_params;
location ~ \.php$ {
fastcgi_pass %REMOTE_PHP%:9000;
fastcgi_index index.php;
}