Commit b35a897a authored by Gliders User's avatar Gliders User
Browse files

making PHPMA work

parent 11d5681b
......@@ -9,6 +9,11 @@ server {
autoindex on;
}
location /phpma {
index index.php;
try_files $uri /phma/index.php?$is_args$args;
}
location /phpci {
index index.php;
try_files $uri /phpci/public/index.php$is_args$args;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment