A
A
alex1nd2016-05-16 17:09:11
Nginx
alex1nd, 2016-05-16 17:09:11

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

1 answer(s)
A
Alexey, 2016-05-16
@alsopub

Try if in nginx - stackoverflow.com/questions/4833238/nginx-conf-red...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question