Browse Source

add nginx https example to website

Rodja Trappe 11 months ago
parent
commit
09999fd056
1 changed files with 1 additions and 0 deletions
  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('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('Audio Recorder', 'Record audio, play it back or download it'),
     Example('ZeroMQ', 'Simple ZeroMQ PUSH/PULL server and client'),
     Example('ZeroMQ', 'Simple ZeroMQ PUSH/PULL server and client'),
+    Example('NGINX Https', 'Use NGINX to serve a NiceGUI app with HTTPS'),
 ]
 ]