nginx config bugfix (query params) -> readme)

This commit is contained in:
2020-07-18 16:38:21 +02:00
parent b5883150fc
commit 8505ea611f
+1 -1
View File
@@ -104,7 +104,7 @@ server {
charset utf-8;
location ~/api(.*)$ {
proxy_pass http://127.0.0.1:8984$1;
proxy_pass http://127.0.0.1:8984$1$is_args$args;
#proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;