feat(nginx): No redirection to HTTPS by default.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f429028604
commit
085bf4ae5c
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ data:
|
|||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
# server_name _;
|
||||
return 301 https://$host$request_uri;
|
||||
# include /etc/nginx/conf.d/location.list;
|
||||
# return 301 https://$host$request_uri;
|
||||
include /etc/nginx/conf.d/location.list;
|
||||
}
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue