Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
5c914c83
Verified
Commit
5c914c83
authored
Dec 02, 2019
by
Giancarlo Razzolini
Browse files
roles/conf: Fix the conf report URL
Fix the URL for users coming from the ML.
parent
01423db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/conf.archlinux.org/templates/nginx.d.conf.j2
View file @
5c914c83
...
...
@@ -41,5 +41,9 @@ server {
return 301 $scheme://$server_name;
}
location /reports/archconf2019 {
return 301 $scheme://$server_name/reports/archconf_2019;
}
root {{ conference_dir }}/public;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment