Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
93bb6826
Unverified
Commit
93bb6826
authored
May 18, 2021
by
Jakub Klinkovský
Browse files
archmanweb: fix path to favicon.ico
parent
c8456a06
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archmanweb/templates/nginx.d.conf.j2
View file @
93bb6826
...
...
@@ -38,7 +38,7 @@ server {
limit_req zone=archmanweb_limit burst=10 delay=8;
location = /favicon.ico {
alias {{ archmanweb_dir }}/repo/collected_static/favicon.ico;
alias {{ archmanweb_dir }}/repo/collected_static/
archlinux-common/
favicon.ico;
}
# Client-cache for Django's static assets
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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