This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
How to / Re: [Solution] Nginx + Varnish + Apache force SSL .htaccess Redirect Loops
« on: December 17, 2021, 09:47:52 PM »I tried this solution:
SetEnvIf X-Forwarded-Proto "https" HTTPS=on
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP:X-Forwarded-Proto} !https [NC]
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IFModule>
But I have the same problem in some moments. it's extrange.
REgards.
https://alcazardesanjuan.com
-----------
Aśn le persiste el problema? me pasa lo mismo al utilizar nginx-varnish-apache, le siguió sucediendo o ya solucionó de otra manera?
Yo acabo de poner el codigo en el archivo htacess espero funcione.
Pages: [1]