bunkerweb/confs/site/php.conf
2020-11-22 17:38:07 +01:00

5 lines
90 B
Plaintext

location ~ \.php$ {
fastcgi_pass %REMOTE_PHP%:9000;
fastcgi_index index.php;
}