projects
/
mlpccg-meta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aeaa67
)
add error log
author
Jessica
<jessicatz@sacredchao.net>
Sun, 31 Aug 2014 10:10:00 +0000
(12:10 +0200)
committer
Jessica
<jessicatz@sacredchao.net>
Sun, 31 Aug 2014 10:10:00 +0000
(12:10 +0200)
data/nginx.conf
patch
|
blob
|
history
diff --git
a/data/nginx.conf
b/data/nginx.conf
index 8eac38be2d6d48686e00bd1dc3fa37ca38680e58..f6aa519782b5ab903ae1539a9151e83b6c11bf8a 100644
(file)
--- a/
data/nginx.conf
+++ b/
data/nginx.conf
@@
-3,7
+3,8
@@
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;
}
@@
-32,4
+33,4
@@
server {
include fastcgi_params;
}
-}
\ No newline at end of file
+}