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

Correct nginx config for static files

parent d08af1e2
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ server {
}
location /static/ {
alias /srv/AKPlanning/static;
alias /srv/AKPlanning/static/;
access_log off;
expires 365d;
add_header Cache-Control "public";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment