Chad
4c24c30526
* 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.
20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
# Ignore everything in Volumes, it contains large and private data.
|
|
Volumes/*
|
|
|
|
# Ignore backed up config files.
|
|
*.yml.*
|
|
|
|
# Ignore logs
|
|
logs/*
|
|
|
|
# Ignore private reverse proxy configurations.
|
|
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
|
|
|