1
0
Falko Schindler bd342113f2 fix some minor issues in examples 8 сар өмнө
..
app 3e416522fa Implement ui.navigate functionality (#2593) 1 жил өмнө
README.md a42c12dbf6 updated nicegui version 1 жил өмнө
docker-compose.yml bd342113f2 fix some minor issues in examples 8 сар өмнө
nginx.conf a950502b86 fix: fix nginx_subpath example by add proxy_redirect (#3108) 1 жил өмнө

README.md

Serving an App Behind a Reverse Proxy Subpath

This example shows how to serve NiceGUI on a subpath behind a reverse proxy. Here we use Nginx. For a Traeffic example 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.