Update nginxsite

This commit is contained in:
arakasi72
2016-09-05 23:16:24 +01:00
committed by GitHub
parent 597f8e9eb1
commit 1c166ed011
+1 -1
View File
@@ -3,7 +3,7 @@ server {
#server_name <Server IP>;
root /var/www;
return 301 https://$server_name$request_uri;
return 301 https://$host$request_uri;
index index.html index.php index.htm;