Skip to content

Commit 5c94c54

Browse files
committed
Fix a mistake in Nginx config example (allow_explicit_ips didn't work) #5
1 parent 9a211d6 commit 5c94c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/labean.nginx.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server {
1212
auth_basic "Administrator Login";
1313
auth_basic_user_file /var/www/.htpasswd;
1414
proxy_set_header X-Real-IP $remote_addr;
15-
proxy_pass http://127.0.0.1:8080/$1;
15+
proxy_pass http://127.0.0.1:8080/$1$is_args$args;
1616
}
1717
}
1818

0 commit comments

Comments
 (0)