jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
755 stars 166 forks source link

How to host a static site? #289

Open merlinpimpim opened 1 year ago

merlinpimpim commented 1 year ago

I tried to configure a proxy host with 127.0.0.1/8080 as destination and a custom configuration like this:

location / { root /data/html; } With an index.html file in the html folder.

But it doesn't work.

An idea to solve this problem ?