mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
wsproxy patch
This commit is contained in:
parent
6c79c2bace
commit
c0f707854a
10 changed files with 295 additions and 281 deletions
|
@ -300,6 +300,12 @@ datasource:
|
|||
metadata_urls: [ "http://webvirtcloud.domain.com/datasource" ]
|
||||
```
|
||||
|
||||
### Reverse-Proxy
|
||||
Edit WS_PUBLIC_PORT at settings.py file to expose redirect to 80. Default: 6080
|
||||
```
|
||||
WS_PUBLIC_PORT = 80
|
||||
```
|
||||
|
||||
### How To Update
|
||||
```bash
|
||||
# Go to Installation Directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue