This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
novnc [2022/10/26 04:45] – vissie | novnc [2022/10/28 03:18] (current) – [nginx] vissie | ||
---|---|---|---|
Line 5: | Line 5: | ||
=====Setup===== | =====Setup===== | ||
x11vnc | x11vnc | ||
- | ./ | + | ./ |
http:// | http:// | ||
| | ||
- | =====nginx===== | + | =====letsencrypt===== |
- | + | | |
- | #user http; | + | |
- | worker_processes | + | |
- | + | ||
- | events { | + | |
- | worker_connections | + | |
- | } | + | |
- | + | ||
- | http { | + | |
- | include | + | |
- | default_type | + | |
- | + | ||
- | sendfile | + | |
- | # | + | |
- | + | ||
- | # | + | |
- | keepalive_timeout | + | |
- | + | ||
- | server { | + | |
- | | + | |
- | + | ||
- | location | + | |
- | root /www/data; | + | |
- | try_files $uri $uri/ /index.html; | + | |
- | } | + | |
- | + | ||
- | location | + | |
- | proxy_pass http://127.0.0.1:9900/; | + | |
- | } | + | |