소스 검색

add nginx https example to website

Rodja Trappe 11 달 전
부모
커밋
09999fd056
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      website/examples.py

+ 1 - 0
website/examples.py

@@ -66,4 +66,5 @@ examples: List[Example] = [
     Example('Websockets', 'use [websockets library](https://websockets.readthedocs.io/) to start a websocket server'),
     Example('Audio Recorder', 'Record audio, play it back or download it'),
     Example('ZeroMQ', 'Simple ZeroMQ PUSH/PULL server and client'),
+    Example('NGINX Https', 'Use NGINX to serve a NiceGUI app with HTTPS'),
 ]