mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-22 05:20:28 -08:00
9 lines
229 B
Smarty
9 lines
229 B
Smarty
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;
|
|
}
|