bunkerweb/confs/site/php.conf
2020-11-11 16:54:27 +01:00

6 lines
134 B
Plaintext

location ~ \.php$ {
fastcgi_pass %REMOTE_PHP%:9000;
fastcgi_index index.php;
include /etc/nginx/fastcgi.conf;
}