Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: SSL config problems : wrong root for https requests

$
0
0
Co-worker solved it for me.

The person who set it up put

root /var/nginx/;
location / {
root html;
index index.html index.htm;
}

and that had to be commented out

root /var/nginx/;
location / {
# root html;
index index.html index.htm;
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>