mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Create wp-super-cache.tpl
This commit is contained in:
parent
fff40883dd
commit
fc05c65359
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue