Alexandre
2023-05-03 12:32:16 +02:00
parent d84d33c2d6
commit 396b8a15b0
4 changed files with 20 additions and 4 deletions

View File

@@ -12,6 +12,10 @@ server {
proxy_pass http://backend;
#Allow frame
proxy_hide_header 'x-frame-options';
# Correct url for images
sub_filter_once off;
sub_filter_types *;
sub_filter %%ingress_entry_modified%% %%ingress_entry%%;
}
}