mirror of
https://github.com/YGGverse/YGGbro.git
synced 2025-02-07 12:34:27 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
# Prevent out redirects (solution for issue #2)
|
|
|
|
location @yggbro_nginx_opennet_handles_redirect {
|
|
|
|
set $original_uri $uri;
|
|
set $orig_loc $upstream_http_location;
|
|
|
|
proxy_pass $orig_loc;
|
|
} |