This commit is contained in:
starnakin 2023-10-05 12:15:34 -04:00
parent 1d5eb6c1b6
commit 78b202c264

View File

@ -10,7 +10,7 @@ server {
index index.php;
location / {
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include fastcgi_params;