浏览代码

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'),
 ]