Skip to content
Snippets Groups Projects
Commit 04ef5eee authored by Florent Thiery's avatar Florent Thiery
Browse files

pass along arguments if any, refs #26539

parent 76b2ff64
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ server { ...@@ -78,7 +78,7 @@ server {
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
# change scheme of "Origin" to https # change scheme of "Origin" to https
proxy_set_header Origin https://$1; proxy_set_header Origin https://$1;
proxy_pass https://$1/$2; proxy_pass https://$1/$2$is_args$args;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment