8 lines
165 B
ApacheConf
8 lines
165 B
ApacheConf
# vim:set ft=apache:
|
|
<VirtualHost *:80>
|
|
ServerName jellyfin.desu.local
|
|
ProxyPreserveHost On
|
|
ProxyRequests Off
|
|
ProxyPass / http://192.168.102.10:8081/
|
|
</VirtualHost>
|