* Add new area for defining upstream systems. * Example file for demonstration domain. * Use the new upstream hosts section. * Do the proxy directives in the main file. * Commit any final changes. * Fix example resource name. * Mention the need to have ports specified in the upstream file, not server block. * Adjust formatting.
17 lines
355 B
Plaintext
17 lines
355 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/*.*
|
|
|
|
# Ignore MailServer Files
|
|
Config/MailServer/setup.sh
|