6 ms·
exact same thing happened to me for sokratik.com and www.sokratik.com, i solved it using nginx root /usr/share/nginx/www; index index.html index.htm;
by himangshuj 13y ago
exact same thing happened to me for sokratik.com and www.sokratik.com, i solved it using nginx
root /usr/share/nginx/www;
index index.html index.htm;
server_name sokratik.com;
return 301 $scheme://www.sokratik.com$request_uri;
- joshstrange 13y agoYeah if I was running a server I would have done that in a heartbeat but I was using S3 so I was a little more limited.