Add devenv block for apache proxy working for Mac (#20119)

This commit is contained in:
Sofia Papagiannaki
2019-10-31 15:57:58 +02:00
committed by GitHub
parent a45ce36566
commit 55248f9269
4 changed files with 19 additions and 0 deletions
@@ -0,0 +1,4 @@
<VirtualHost *:10081>
ProxyPass /grafana/ http://host.docker.internal:3000/
ProxyPassReverse /grafana/ http://host.docker.internal:3000/
</VirtualHost>