aboutsummaryrefslogtreecommitdiff
path: root/nginx_unicorn/nginx.server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx_unicorn/nginx.server.conf')
-rw-r--r--nginx_unicorn/nginx.server.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/nginx_unicorn/nginx.server.conf b/nginx_unicorn/nginx.server.conf
index bc06d5c..034ba3c 100644
--- a/nginx_unicorn/nginx.server.conf
+++ b/nginx_unicorn/nginx.server.conf
@@ -6,7 +6,6 @@ server {
listen 80 default deferred;
# server_name the_name_of_my_server;
- # TODO: Change it at your own needs
root /my/app/public/root;
try_files $uri/index.html $uri @unicorn;
location @unicorn {