reworking of file structure
[mlpccg-meta.git] / data / nginx.conf
index 52771a1..f6aa519 100644 (file)
@@ -3,7 +3,12 @@ server {
     server_name  mlpccg-meta.yukkurigames.com;
  
     access_log  /var/log/nginx/mlpccg-meta.access.log;
+    error_log   /var/log/nginx/mlpccg-meta.error.log;
+    
+    location /favicon.ico {
+        alias   /home/jessicatz/mlpccg-meta/static/favicon.ico;
+    }
+    
     location /static {
         alias   /home/jessicatz/mlpccg-meta/static;
     }
@@ -28,4 +33,4 @@ server {
 
         include fastcgi_params;
     }
-}
\ No newline at end of file
+}