You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http {
env$INTERNETNL_BRANDING;
map$INTERNETNL_BRANDING$branding_assets {
True "/var/www/internet.nl/";
default"/var/www/no_branding/";
}
...
server {
...
location= /.well-known/ {
# basic auth should not apply to this path auth_basic off;
# IP allowlist should also not apply root$branding_assets;
}
location= /favicon.ico {
root$branding_assets;
}
...
}
...
}
A no_branding variant should be there by default. Another option is to call it your_branding, so this can be changed in some branding.yml override with an extra mount.
No description provided.
The text was updated successfully, but these errors were encountered: