Follow

@karan
I see that you have both clearnet and .onion website, you can set headers in your webserver for browsers to offer redirect to .onion site with just one click. For nginx config add this header:
`add_header Onion-Location your_onion_adress.onion$request_uri;`
(Sorry if you have this already set up, I just think its neat for people with mirror .onion websites