We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a211d6 commit 5c94c54Copy full SHA for 5c94c54
1 file changed
examples/labean.nginx.ex
@@ -12,7 +12,7 @@ server {
12
auth_basic "Administrator Login";
13
auth_basic_user_file /var/www/.htpasswd;
14
proxy_set_header X-Real-IP $remote_addr;
15
- proxy_pass http://127.0.0.1:8080/$1;
+ proxy_pass http://127.0.0.1:8080/$1$is_args$args;
16
}
17
18
0 commit comments