1
0
Falko Schindler b93b883e4e code review 2 жил өмнө
..
app b93b883e4e code review 2 жил өмнө
README.md b93b883e4e code review 2 жил өмнө
docker-compose.yml 2cd48a9df4 improved and explained the nginx_subpath demo 2 жил өмнө
nginx.conf c6fcb65883 #245 adding resolver to fix lookup of "app" container 2 жил өмнө

README.md

Serving an App Behind a Reverse Proxy Subpath

This demo shows how to serve NiceGUI on a subpath behind a reverse proxy. Here we use Nginx. For a Traeffic demo have a look at https://github.com/zauberzeug/nicegui/blob/main/docker-compose.yml.

Try Out

Just run

docker-compose up

Then you can access http://localhost/nicegui/. Note the trailing "/" in the URL. It is important. We welcome suggestions on how to make it optional.