skip to Main Content

nginx redirecting issue "w2.valleymedtrans.com redirected you too many times" – Apache

I want to convert apache VHost to Nginx vhost. this is my Apache Vhost and working fine. <VirtualHost *:80> ServerName w2.valleymedtrans.com ServerAdmin "[email protected]" DocumentRoot /var/www/html/website/valleymedtrans.com/website2019 <Directory /var/www/html/website/valleymedtrans.com/website2019> AllowOverride All Require all granted DirectoryIndex index.php </Directory> CustomLog /var/log/httpd/access.log combined ErrorLog /var/log/httpd/error.log…

VIEW QUESTION
Back To Top
Search