KyleAMathews / docker-nginx

Nginx Docker image for easy hosting of static sites
MIT License
336 stars 108 forks source link

Gives a 404 if I have an /about/index.html and access /about #15

Open cggaurav opened 7 years ago

KyleAMathews commented 7 years ago

Would happy to take a PR to support this. Not a feature I need though.

cggaurav commented 7 years ago

Hmm, for an nginx noobie, what changes does nginx.conf need? I can send you a PR :) @KyleAMathews

sp90 commented 7 years ago

@cggaurav What is it that you want to happen, try to explain the use case in a extensive way 👍

samayo commented 7 years ago

@cggaurav Almost none! specially if you don't know what you are doing. If you have moved your configuration settings from /etc/share/nginx/conf.d/default.conf then you need to update the include value in nginx, so it can find where your virtualhost files are found