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': {
|
'/metrics': {
|
||||||
'return': 'forbidden',
|
'return': 403,
|
||||||
'mode': 403,
|
|
||||||
},
|
},
|
||||||
'/status': {
|
'/status': {
|
||||||
'return': 'forbidden',
|
'return': 403,
|
||||||
'mode': 403,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue