Create node-app-3000.tpl

This commit is contained in:
myvesta 2021-04-13 12:44:27 +02:00 committed by GitHub
parent e1d962e60b
commit d40424eb4d
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://%domain_idn%$1 permanent;
}
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
}