Skip to content

Commit

Permalink
Setup the favicon in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 15, 2015
1 parent ac73cb8 commit 3715a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions salt/moin/configs/moin-nginx.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ server {
return 301 /moin/;
}

location = /favicon.ico {
alias /srv/moin/europython/img/favicon16x16.ico;
}

location /static/europython/ {
alias /srv/moin/europython/;
}
Expand Down

0 comments on commit 3715a1c

Please sign in to comment.