mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-05 08:24:18 +00:00
Fix HTTPS redirect in example NGINX config
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ Create the web server configuration
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
return 301 https://$server_name$request_uri;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user