Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jul 14, 2016
1 parent d44d6c7 commit b73560b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions nginx.conf
@@ -1,5 +1,4 @@
worker_processes ${{NUM_WORKERS}};
#error_log stderr notice;
daemon on;
pid logs/nginx.pid;

Expand Down Expand Up @@ -108,10 +107,10 @@ http {
autoindex on;
}

location /redirects {
root ./;
autoindex on;
}
#location /redirects {
# root ./;
# autoindex on;
#}

location /tutorials {
root ./;
Expand Down

0 comments on commit b73560b

Please sign in to comment.