035b27ef73
Change-Id: I497e9aa8da3b8cd68d8c147581fd0371131da6d5
23 lines
565 B
Plaintext
23 lines
565 B
Plaintext
<Directory "/opt/bansho/dist/">
|
|
Order allow,deny
|
|
Allow from all
|
|
Require all granted
|
|
</Directory>
|
|
|
|
<VirtualHost *:8888>
|
|
Alias / /opt/bansho/dist/
|
|
|
|
ProxyPreserveHost On
|
|
|
|
ProxyPass /surveil/v2/auth/ http://surveil:5311/v2/auth/
|
|
ProxyPassReverse /surveil/v2/auth/ http://surveil:5311/v2/auth/
|
|
|
|
ProxyPass /surveil/ http://surveil:5311/
|
|
ProxyPassReverse /surveil/ http://surveil:5311/
|
|
|
|
RequestHeader set GRAFANA-USER "admin"
|
|
ProxyPass /grafana/ http://grafana:80/
|
|
ProxyPassReverse /grafana/ http://grafana:80/
|
|
|
|
</VirtualHost>
|