Browse Source

created php7.conf

master
Prabuddha Chakraborty 9 years ago
parent
commit
890e52c73f
  1. 10
      ee/cli/templates/php7.mustache

10
ee/cli/templates/php7.mustache

@ -0,0 +1,10 @@
# PHP NGINX CONFIGURATION
# DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee)
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
try_files $uri =404;
include fastcgi_params;
fastcgi_pass php7;
}
Loading…
Cancel
Save