Rename vhosts as well
This commit is contained in:
parent
225f57c048
commit
4af9256041
@ -1,6 +1,6 @@
|
||||
# vim:set ft=apache:
|
||||
<VirtualHost *:80>
|
||||
ServerName desu.local
|
||||
ServerName local.desu.ltd
|
||||
DocumentRoot /usr/local/apache2/htdocs
|
||||
<Directory "/usr/local/apache2/htdocs">
|
||||
AllowOverride All
|
||||
@ -9,44 +9,44 @@
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName jellyfin.desu.local
|
||||
ServerName jellyfin.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass /socket http://192.168.102.200:8081/
|
||||
ProxyPass / http://192.168.102.200:8081/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName grafana.desu.local
|
||||
ServerName grafana.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8082/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName sonarr.desu.local
|
||||
ServerName sonarr.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8083/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName transmission.desu.local
|
||||
ServerName transmission.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8084/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName jackett.desu.local
|
||||
ServerName jackett.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8085/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName radarr.desu.local
|
||||
ServerName radarr.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8086/
|
||||
</VirtualHost>
|
||||
<VirtualHost *:80>
|
||||
ServerName netbox.desu.local
|
||||
ServerName netbox.local.desu.ltd
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://192.168.102.200:8087/
|
||||
|
Loading…
Reference in New Issue
Block a user