add bro.ygg

This commit is contained in:
ghost 2023-12-03 19:22:47 +02:00
parent 40b482445f
commit 1872672f64
17 changed files with 586 additions and 0 deletions

View 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;
}