mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 23:31:27 +09:00
Update Caddy config and wp-setup.sh template
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user