linux - edit path for default errors, ignore comments in variables.env, install/prepare certbot

This commit is contained in:
bunkerity
2021-06-24 15:22:57 +02:00
parent b2cceb608c
commit bebe89afb0
5 changed files with 58 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ location = {{ page }} {
error_page {{ default_error }} /errors/{{ default_error }}.html;
location = /errors/{{ default_error }}.html {
root /defaults;
root /opt/bunkerized-nginx/defaults;
modsecurity off;
internal;
}