mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
Create node-app-3000.tpl
This commit is contained in:
parent
e1d962e60b
commit
d40424eb4d
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://%domain_idn%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue