aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8709332..9ebf79d 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ server {
server_name example.com;
location / {
- proxy_pass http://localhost:3000/;
+ proxy_pass http://localhost:3000;
proxy_set_header X-Real-IP $remote_addr;
limit_except GET HEAD {
@@ -107,7 +107,7 @@ server {
}
location /tracking {
- proxy_pass http://localhost:3000/;
+ proxy_pass http://localhost:3000$request_uri;
proxy_set_header X-Real-IP $remote_addr;
auth_basic 'Restricted';