gluecontainers/desu.local/frontend-proxy-picluster/vhost.conf

8 lines
165 B
Plaintext
Raw Normal View History

2021-02-20 10:09:35 -06:00
# vim:set ft=apache:
<VirtualHost *:80>
2021-02-20 10:17:39 -06:00
ServerName jellyfin.desu.local
2021-02-20 10:09:35 -06:00
ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://192.168.102.10:8081/
</VirtualHost>