Skip to content

Commit

Permalink
update nginx template
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed May 12, 2014
1 parent 65612b7 commit 6147cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/nginx/163.gs
Expand Up @@ -6,6 +6,9 @@ upstream 163gs_upstream {
server {
server_name 163.gs;

access_log /var/log/nginx/163.gs.access.log;
error_log /var/log/nginx/163.gs.error.log;

location / {
proxy_pass http://163gs_upstream;
proxy_pass_header Server;
Expand Down

0 comments on commit 6147cea

Please sign in to comment.