bunkerweb/confs/php.conf
2020-09-18 22:50:56 +02:00

6 lines
123 B
Plaintext

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