mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 17:45:36 +00:00
9 lines
No EOL
193 B
Text
9 lines
No EOL
193 B
Text
# 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;
|
|
} |