Add more vhosts
This commit is contained in:
parent
61fba6197c
commit
90d4a7438c
@ -1,7 +1,13 @@
|
|||||||
# vim:set ft=apache:
|
# vim:set ft=apache:
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName jellyfin.desu.local
|
ServerName jellyfin.desu.local
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
ProxyRequests Off
|
ProxyRequests Off
|
||||||
ProxyPass / http://192.168.102.10:8081/
|
ProxyPass / http://192.168.102.10:8081/
|
||||||
|
</VirtualHost>
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName grafana.desu.local
|
||||||
|
ProxyPreserveHost On
|
||||||
|
ProxyRequests Off
|
||||||
|
ProxyPass / http://192.168.102.10:8082/
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user