aaaaaaaaaaaaaaa

This commit is contained in:
Didier Slof 2023-02-19 15:36:25 +01:00
parent 544e368d13
commit 7175c9037c
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 2 additions and 2 deletions

View file

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