diff --git a/readme.md b/readme.md index ba41499..2e0d9f9 100644 --- a/readme.md +++ b/readme.md @@ -194,7 +194,7 @@ location /autopost/ { proxy_set_header X-Real-IP $remote_addr; } -location /autopost/js/ { +location /js/ { proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1; proxy_set_header Host $host; @@ -204,7 +204,7 @@ location /autopost/js/ { proxy_set_header X-Real-IP $remote_addr; } -location /autopost/jquery/ { +location /jquery/ { proxy_pass http://127.0.0.1:3000; proxy_http_version 1.1; proxy_set_header Host $host;