Skip to content
Snippets Groups Projects
Commit 28c9ff6a authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Add /2019 link and redirect

parent a70d33d3
No related branches found
No related tags found
No related merge requests found
......@@ -37,5 +37,11 @@ server {
# Apply HSTS header again, since adding a header removes previous headers
add_header Strict-Transport-Security $hsts_header;
root {{ conference_dir }}/public;
location /2019/ {
alias {{ conference_dir }}/public;
}
location / {
alias {{ conference_dir }}/public;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment