allow custom ports from params file
This commit is contained in:
@@ -6,7 +6,7 @@ server {
|
||||
|
||||
# default redirect to properly formed HTTPS location
|
||||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
return 301 https://$host:<HTTPS_PORT>$request_uri;
|
||||
}
|
||||
|
||||
# process Let's Encrypt challenges
|
||||
|
||||
Reference in New Issue
Block a user