Update README.md

This commit is contained in:
Arthur Lu 2023-04-26 16:38:04 -07:00 committed by GitHub
parent 9998d8f919
commit 116cb14cc5

View File

@ -30,7 +30,7 @@ In Proxmox VE, follow the following steps:
4. Start the service using `node .`, or call the provided shell script, or use the provided systemctl service script 4. Start the service using `node .`, or call the provided shell script, or use the provided systemctl service script
## Installation - Reverse Proxy ## Installation - Reverse Proxy
1. Configure nginx or preferred reverse proxy to reverse proxy the client. This can be done in the same file previously or in a new configuration file: 1. Configure nginx or preferred reverse proxy to reverse proxy the client. The configuration should include at least the following:
``` ```
server { server {
listen 443 ssl; listen 443 ssl;