mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
add bro.ygg
This commit is contained in:
parent
40b482445f
commit
1872672f64
17 changed files with 586 additions and 0 deletions
9
nginx/opennet.bro.ygg/handles/redirect.conf
Normal file
9
nginx/opennet.bro.ygg/handles/redirect.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Prevent out redirects (solution for issue #2)
|
||||
|
||||
location @yggbro_nginx_opennet_bro_ygg_handles_redirect {
|
||||
|
||||
set $original_uri $uri;
|
||||
set $orig_loc $upstream_http_location;
|
||||
|
||||
proxy_pass $orig_loc;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue