Browse Source

Accidentally added directory path

Ubuntu 12 years ago
parent
commit
55ef81e2f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openresty/nginx.conf

+ 1 - 1
openresty/nginx.conf

@@ -11,7 +11,7 @@ http {
     server {
         listen       8080;
         location / {
-            content_by_lua_file '/home/pfalls/FrameworkBenchmarks/openresty/app.lua';
+            content_by_lua_file 'CWD/openresty/app.lua';
         }
     }
 }