Update default.conf

master
Edwin Lyon 3 years ago committed by GitHub
parent 67adb10758
commit bda65c900f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nginx/default.conf

@ -9,6 +9,6 @@ server {
}
location / {
return 301 https://host$request_uri;
return 301 https://$host$request_uri;
}
}

Loading…
Cancel
Save