comms: serve host-specific Element config alias
This commit is contained in:
parent
5f1b61d25e
commit
be10e01c2f
@ -382,6 +382,14 @@ spec:
|
||||
url: https://call.live.bstein.dev
|
||||
participant_limit: 16
|
||||
brand: Othrys Call
|
||||
nginxConfig: |-
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header Content-Security-Policy "frame-ancestors 'self'";
|
||||
location = /config.live.bstein.dev.json {
|
||||
try_files /config.json =404;
|
||||
}
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user