add new theme
[mlpccg-meta.git] / data / nginx.conf
index 52771a1..8eac38b 100644 (file)
@@ -3,7 +3,11 @@ server {
     server_name  mlpccg-meta.yukkurigames.com;
  
     access_log  /var/log/nginx/mlpccg-meta.access.log;
+
+    location /favicon.ico {
+        alias   /home/jessicatz/mlpccg-meta/static/favicon.ico;
+    }
+    
     location /static {
         alias   /home/jessicatz/mlpccg-meta/static;
     }