ReverseProxy Fixes, Nextcloud MariaDB Upgrade (#7)
* Working on getting Reverse Proxy certs to work. * Upgrade mariadb to 10.6. * Checking if anything has missed a check in. * Let's Encrypt is working now after moving the location directive to the conf.d files. Unsure why nginx.conf is not passing it along, so added it to the examples too.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -8,9 +8,12 @@ Volumes/*
|
||||
logs/*
|
||||
|
||||
# Ignore private reverse proxy configurations.
|
||||
Config/ReverseProxy/config/conf.d/*.*
|
||||
Config/ReverseProxy/config/html/*.*
|
||||
Config/ReverseProxy/config/hosts/*.*
|
||||
Config/ReverseProxy/config/conf.d/*
|
||||
Config/ReverseProxy/config/html/*
|
||||
Config/ReverseProxy/config/hosts/*
|
||||
Config/ReverseProxy/config/load.conf.d/*
|
||||
Config/ReverseProxy/config/mail.conf.d/*
|
||||
|
||||
# Ignore MailServer Files
|
||||
Config/MailServer/setup.sh
|
||||
|
||||
|
Reference in New Issue
Block a user