Skip to content
Snippets Groups Projects
Commit b736c188 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Fix nginx config

parent 9c08094b
No related branches found
No related tags found
No related merge requests found
Pipeline #33746 passed
......@@ -4,7 +4,7 @@ server {
set $host_path "/var/www/html";
location / {
try_files $uri $uri/ /index.php?r=$uri&$args;
try_files $uri $uri/ /index.php?$args;
}
#Disallow reading inside php script directory, see issue with debug > 1 on note
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment