Commit 5af4311d authored by root's avatar root
Browse files

changed gliders nginx conf

parent 15e2540f
......@@ -26,6 +26,10 @@ server {
try_files $uri @rewriteapp;
}
location /static/logs {
alias /var/gliders/logs;
}
location @rewriteapp {
rewrite ^(.*)$ /app_dev.php/$1 last;
}
......
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