updates readme

This commit is contained in:
buttle 2021-06-19 08:14:50 +02:00
parent 65f5c6b998
commit b46fb336f4
2 changed files with 8 additions and 2 deletions

View File

@ -97,7 +97,13 @@ netstat -tunpla | grep 8080
## apache2 ## apache2
```
<VirtualHost *:80>
ServerName my.domain.com
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
</VirtualHost>
```

View File

@ -75,7 +75,7 @@
:backgroundAlpha="0" :backgroundAlpha="0"
@on-load="onLoad" @on-load="onLoad"
:height="height" :height="height"
background-color="green" background-color="white"
> >
</model-obj> </model-obj>
%end %end