mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
https redirect to the same host
This commit is contained in:
parent
a235ba6384
commit
77857f92f0
10 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
rewrite ^(.*) https://$host%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ server {
|
|||
listen %ip%:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
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