Skip to content
Snippets Groups Projects

Enable nginx by default, and override the favicon to find the right tab easier

Closed username-removed-487110 requested to merge 186-nginx-favicon into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -41,7 +41,7 @@ http {
server {
listen 127.0.0.1:3080;
location ~* favicon.*\.ico$ {
location ~* /assets/favicon.*\.ico$ {
alias /home/git/nginx/favicon-gdk.ico;
}
Loading