Test env NATS cluster cut-over
This commit is contained in:
commit
a5b5612e84
15 changed files with 986 additions and 0 deletions
19
caddy/zapier.georgelambert.org.caddy
Normal file
19
caddy/zapier.georgelambert.org.caddy
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Docs catalog. DNS: zapier.georgelambert.org → 70.88.205.138
|
||||
# rsync target: /SSD2/sites/zapier.georgelambert.org
|
||||
|
||||
http://zapier.georgelambert.org {
|
||||
redir https://zapier.georgelambert.org{uri} permanent
|
||||
}
|
||||
|
||||
zapier.georgelambert.org {
|
||||
root * /SSD2/sites/zapier.georgelambert.org
|
||||
encode gzip zstd
|
||||
file_server {
|
||||
index index.html index.pdf README.html README.pdf
|
||||
}
|
||||
try_files {path} {path}/index.html {path}/index.pdf {path}/README.html {path}/README.pdf
|
||||
header {
|
||||
X-Content-Type-Options nosniff
|
||||
Referrer-Policy strict-origin-when-cross-origin
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue