Follow the below steps to enable ACME challenge mkdir .well-known unde var/www/example.com(document root) mkdir acme-challenge under .well-known create file test.txt under acme-challenge goto /etc/nginx/sites-avaialble/example.com and add the below lines You can see the example below.

Setup redirection using Proxypass, proxyreversepass on apache Date Posted: 24-08-2017 There are scenarios like we would like to forward the request to different domain or different port. However, the URL on the browser should remain the same. In this post, we will explain on how to setup redirection using proxypass.… Continue Reading Setup redirection using Proxypass, proxyreversepass on apache