1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 15:45:23 +00:00

fix typo, etc

This commit is contained in:
catborise 2020-07-17 14:00:11 +03:00
parent 44aa746f4b
commit 519234b521

View file

@ -1,5 +1,5 @@
## WebVirtCloud ## WebVirtCloud
###### Python3 & Django 2.2.12 ###### Python3 & Django 2.2
## Features ## Features
* QEMU/KVM Hypervisor Management * QEMU/KVM Hypervisor Management
@ -301,7 +301,7 @@ datasource:
``` ```
### Reverse-Proxy ### Reverse-Proxy
Edit WS_PUBLIC_PORT at settings.py file to expose redirect to 80. Default: 6080 Edit WS_PUBLIC_PORT at settings.py file to expose redirect to 80 or 443. Default: 6080
``` ```
WS_PUBLIC_PORT = 80 WS_PUBLIC_PORT = 80
``` ```
@ -330,7 +330,7 @@ pip install -r conf/requirements.txt
``` ```
Run tests Run tests
```bash ```bash
python menage.py test python manage.py test
``` ```
### Screenshots ### Screenshots