nodes/voc.pretalx: only set content-security-policy for requests to django itself, not for media and static endpoints
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
24f04e59aa
commit
fd63d3d857
2 changed files with 14 additions and 9 deletions
|
@ -37,11 +37,6 @@ nodes['voc.pretalx'] = {
|
|||
'domain': 'pretalx.c3voc.de',
|
||||
# pretalx limits this to 10M per file, too
|
||||
'max_body_size': '100M',
|
||||
'proxy': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:22060/',
|
||||
},
|
||||
},
|
||||
'extras': True,
|
||||
'website_check_path': '/orga/login/',
|
||||
'website_check_string': ':: pretalx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue