Answer the question
In order to leave comments, you need to log in
Cancel redirect didn't work for the address?
Hello. Please tell me how to make the redirect did not work for the address
server {
listen 80;
listen [::]:80; #Added IPv6 here too
# for certbot
location ^~ /.well-known/acme-challenge/ {
root /etc/nginx/ssl/coins;
}
return 301 https://my.cryptonot.io$request_uri;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question