Update Caddy config and wp-setup.sh template

This commit is contained in:
2025-01-02 10:16:08 +09:00
parent 4c99a1c8bd
commit 8e9753c405
4 changed files with 124 additions and 54 deletions
+3 -3
View File
@@ -1,7 +1,6 @@
${DOMAIN} {
#reverse_proxy wordpress_${DOMAIN}:80
tls internal
#tls internal
root * /var/www/${DOMAIN}/html
encode zstd gzip
@@ -18,5 +17,6 @@ ${DOMAIN} {
X-Frame-Options "SAMEORIGIN"
X-Content-Type-Options "nosniff"
}
import wordpress
}