@@ -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';
}