Using PHP to output HTML instead now
This commit is contained in:
@@ -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$ {
|
||||
|
||||
Reference in New Issue
Block a user