Answer the question
In order to leave comments, you need to log in
How to exclude phpmyadmin from https://?
using nginx+apache
redirecting the site to nginx
listen 80;
return 301 https://$host$request_uri ;
when you go to phpmyadmin redirects to https:// and gives an error ERR_SSL_PROTOCOL_ERROR
how can I exclude or change the redirect option
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