refactor opennet conf

This commit is contained in:
ghost 2023-12-03 19:23:01 +02:00
parent 1872672f64
commit b24b24a672
18 changed files with 46 additions and 40 deletions

View file

@ -8,7 +8,7 @@ proxy_set_header X-Real-IP $remote_addr;
# Prevent out redirects (issue #2)
proxy_intercept_errors on;
error_page 301 302 307 = @opennet_locations_handle_redirect;
error_page 301 302 307 = @yggbro_nginx_opennet_handles_redirect;
# Replace all matches
sub_filter_once off;