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 {
|
||||
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;
|
||||
}
|
||||
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…
Add table
Add a link
Reference in a new issue