Merge pull request #168 from lukapaunovic/patch-4

Create wp-super-cache.tpl
This commit is contained in:
myvesta 2023-11-12 20:54:49 +01:00 committed by GitHub
commit 65aa97de82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
server {
listen %ip%:%proxy_port%;
server_name %domain_idn% %alias_idn%;
location / {
rewrite ^(.*) https://$host$1 permanent;
}
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
}