update opennet location

This commit is contained in:
ghost 2023-12-03 20:55:24 +02:00
parent 8b1aa75ea4
commit 1bcd1d943a
35 changed files with 368 additions and 365 deletions

View file

@ -0,0 +1,9 @@
# Prevent out redirects (solution for issue #2)
location @yggbro_nginx_yggbro_opennet_handles_redirect {
set $original_uri $uri;
set $orig_loc $upstream_http_location;
proxy_pass $orig_loc;
}