bunkerweb/confs2/site/php.conf
2021-05-21 14:55:54 +02:00

5 lines
90 B
Plaintext

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