use env to force https
This commit is contained in:
@@ -36,7 +36,7 @@ http {
|
||||
listen 8000 default_server;
|
||||
server_name _;
|
||||
|
||||
include common.conf;
|
||||
include http_locations.conf;
|
||||
}
|
||||
|
||||
server {
|
||||
@@ -49,7 +49,7 @@ http {
|
||||
ssl_prefer_server_ciphers on;
|
||||
ssl_session_cache shared:SSL:10m;
|
||||
|
||||
include common.conf;
|
||||
include https_locations.conf;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user