AAAAAAAAAAAAAAAA

This commit is contained in:
Didier Slof 2023-02-19 15:35:17 +01:00
parent 369eacc8c3
commit 544e368d13
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 6 additions and 7 deletions

View file

@ -294,9 +294,9 @@ server {
{{- end }}
{{ $globals.access_log }}
error_page 503 /503.html;
location = /503.html {
root /usr/share/nginx/html/errors;
error_page 503 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location / {
return 503;