mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
Merge pull request #168 from lukapaunovic/patch-4
Create wp-super-cache.tpl
This commit is contained in:
commit
65aa97de82
@ -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…
x
Reference in New Issue
Block a user