Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit cdfd6da

Browse files
authored
add query params to nginx (#175)
1 parent 0f0f287 commit cdfd6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp_provider/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http {
2929
# with this nginx can start even when the other containers are not running
3030
resolver 127.0.0.11 valid=30s;
3131
set $upstream_rest FileFighterREST;
32-
proxy_pass http://$upstream_rest:8080$uri;
32+
proxy_pass http://$upstream_rest:8080$uri$is_args$args;
3333
proxy_redirect off;
3434
}
3535
location /data {

0 commit comments

Comments
 (0)