소스 검색

added short explanation readme to nginx example

Rodja Trappe 2 년 전
부모
커밋
1fc43652a4
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      examples/nginx_subpath/README.md

+ 14 - 0
examples/nginx_subpath/README.md

@@ -0,0 +1,14 @@
+# Serving app behind 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
+
+```bash
+docker-compose up
+```
+
+Then you can access http://localhost/nicegui.