Browse Source

fixed nginx.conf

Patrick Falls 12 years ago
parent
commit
89dc62cb74
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dancer/nginx.conf

+ 2 - 2
dancer/nginx.conf

@@ -1,4 +1,4 @@
-user pfalls;
+user USR;
 
 worker_processes 2;
 
@@ -16,7 +16,7 @@ http {
   tcp_nodelay      on;
 
   upstream backendurl {
-    server unix:/home/pfalls/FrameworkBenchmarks/dancer/frameworks-benchmark.sock;
+    server unix:/home/ubuntu/FrameworkBenchmarks/dancer/frameworks-benchmark.sock;
   }
 
   server {