bunkerweb/confs2/site/php.conf
2021-05-24 17:39:38 +02:00

5 lines
94 B
Plaintext

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