fix bugs
This commit is contained in:
@ -9,6 +9,11 @@ upstream backend {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name {{ proxy.proxy_domain }};
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name {{ proxy.proxy_domain }};
|
||||
|
||||
|
Reference in New Issue
Block a user