You are viewing a single comment's thread from:

RE: New NSFW steemit webtool!

in #nsfw7 years ago

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;
}

}

Sort:  

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 :)

Coin Marketplace

STEEM 0.28
TRX 0.12
JST 0.033
BTC 70018.15
ETH 3794.54
USDT 1.00
SBD 3.75