merge-requests/2/head
Matthew 2021-07-08 23:51:51 -04:00
parent cea76d870d
commit 8536eece2f
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ server {
error_page 404 /index.php;
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ ^(.+\.php)(.*)$ {
set $path_info $fastcgi_path_info;