Add devenv block for apache proxy working for Mac (#20119)
This commit is contained in:
committed by
GitHub
parent
a45ce36566
commit
55248f9269
@@ -0,0 +1,4 @@
|
||||
<VirtualHost *:10081>
|
||||
ProxyPass /grafana/ http://host.docker.internal:3000/
|
||||
ProxyPassReverse /grafana/ http://host.docker.internal:3000/
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user