mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
fix typo, etc
This commit is contained in:
parent
44aa746f4b
commit
519234b521
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue