updates readme
This commit is contained in:
parent
65f5c6b998
commit
b46fb336f4
|
@ -97,7 +97,13 @@ netstat -tunpla | grep 8080
|
|||
|
||||
## apache2
|
||||
|
||||
|
||||
```
|
||||
<VirtualHost *:80>
|
||||
ServerName my.domain.com
|
||||
ProxyPass / http://localhost:8080/
|
||||
ProxyPassReverse / http://localhost:8080/
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
:backgroundAlpha="0"
|
||||
@on-load="onLoad"
|
||||
:height="height"
|
||||
background-color="green"
|
||||
background-color="white"
|
||||
>
|
||||
</model-obj>
|
||||
%end
|
||||
|
|
Loading…
Reference in New Issue