diff --git a/README.md b/README.md index fe9ca5b..bbf6e6b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,13 @@ netstat -tunpla | grep 8080 ## apache2 - +``` + + ServerName my.domain.com + ProxyPass / http://localhost:8080/ + ProxyPassReverse / http://localhost:8080/ + +``` diff --git a/views/vue-3d.tpl b/views/vue-3d.tpl index aabed40..c77b575 100644 --- a/views/vue-3d.tpl +++ b/views/vue-3d.tpl @@ -75,7 +75,7 @@ :backgroundAlpha="0" @on-load="onLoad" :height="height" - background-color="green" + background-color="white" > %end