Using PHP to output HTML instead now

This commit is contained in:
WilliamMiceli
2019-10-19 18:39:18 -04:00
parent 8c4e41df1a
commit 19c787f0c5
3 changed files with 17 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ server {
error_log /var/log/nginx/error.log;
location / {
try_files $uri $uri/ /index.html =404;
try_files $uri $uri/ /index.php /index.html =404;
}
location ~ \.php$ {