mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
tpl CRLF to LF
This commit is contained in:
parent
dd18d6dd6d
commit
20695198f4
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
server {
|
server {
|
||||||
listen %ip%:%proxy_port%;
|
listen %ip%:%proxy_port%;
|
||||||
server_name %domain_idn% %alias_idn%;
|
server_name %domain_idn% %alias_idn%;
|
||||||
location / {
|
location / {
|
||||||
rewrite ^(.*) https://$host$1 permanent;
|
rewrite ^(.*) https://$host$1 permanent;
|
||||||
}
|
}
|
||||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue