You are viewing a single comment's thread from:

RE: New NSFW steemit webtool!

in #nsfw7 years ago

@lightproject

Please go to your GoDaddy account for the domain name, and please set @ (steemit.porn) to point same as www.steemit.porn

Because now if you go to http://steemit.porn without www. in front you cant reach website.

Or set DNS entries on hosting :) But something is seriously misconfigured :)

Kisses, Amy :) XXX

Sort:  

Can you please confirm naked domain working now ?

YES!!! Now it's working! Sorry for annoying messages, I know you worked hard for this, just many people will go to steemit.porn always, I think nobody uses anymore www. :)

DNS has been sorted out!

Great work guys :)

Mwa :*

Amy

Thanks for the feedback! Problem now is, that the redirection for the naked domain doesnt provide SSL signature :(

Are you using Apache or Nginx ?

Ok I've checked already - Nginx 1.12.0
do you have some cpanel on that hosting or just ssh ?

if just ssh, look for nginx.conf for domain steemit.porn

For server { section - here down example

server {
listen 80;
listen [::]:80;
listen 443 default_server ssl;

server_name steemit.porn;

ssl_certificate        /path/to/your/cert;
ssl_certificate_key  /path/to/your/key;

if ($scheme = http) {
    return 301 https://$server_name$request_uri;
}

}

it's still redirect to www.

not to steemit.porn :(((

I can't ask you for access, I would help gladly. If you can do pastebin of nginx.conf I could help remotely without accessing it.

Now im off to sleep, hope to see some answer tomorrow...

Good luck :)

Thanks ill check it out!

Coin Marketplace

STEEM 0.27
TRX 0.11
JST 0.030
BTC 68621.95
ETH 3745.88
USDT 1.00
SBD 3.43