bundles/hedgedoc: fix nginx config
This commit is contained in:
parent
b84cd780b3
commit
2fd94c2a4b
1 changed files with 2 additions and 4 deletions
|
@ -137,12 +137,10 @@ def nginx(metadata):
|
|||
},
|
||||
},
|
||||
'/metrics': {
|
||||
'return': 'forbidden',
|
||||
'mode': 403,
|
||||
'return': 403,
|
||||
},
|
||||
'/status': {
|
||||
'return': 'forbidden',
|
||||
'mode': 403,
|
||||
'return': 403,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue