bunkerweb/confs/php.conf
2019-08-20 21:25:16 +00:00

6 lines
120 B
Plaintext

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