mirror of
https://git.dn42.dev/lare/myip.dn42.git
synced 2024-10-24 03:11:33 +02:00
change apache2 config (anycast ips had been approved a while ago)
This commit is contained in:
parent
eb09c13ce0
commit
9c3338ac95
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
|||
|
||||
# or potentially use anycast 172.22.0.81 if approved
|
||||
<VirtualHost 172.22.125.30:80>
|
||||
<VirtualHost 172.20.0.81:80>
|
||||
ServerName myip.dn42
|
||||
ServerAlias v4.myip.dn42
|
||||
ServerAlias 172.22.125.30
|
||||
ServerAlias 172.20.0.81
|
||||
|
||||
DocumentRoot /var/www/myip.dn42/
|
||||
<Directory /var/www/myip.dn42/>
|
||||
|
@ -17,11 +16,10 @@
|
|||
ServerTokens Major
|
||||
</VirtualHost>
|
||||
|
||||
# or potentially use anycast [fd42:d42:d42:81::1] if approved
|
||||
<VirtualHost [fd63:5d40:47e5::1111]:80>
|
||||
<VirtualHost [fd42:d42:d42:81::1]:80>
|
||||
ServerName myip.dn42
|
||||
ServerAlias v6.myip.dn42
|
||||
ServerAlias fd63:5d40:47e5::1111
|
||||
ServerAlias fd42:d42:d42:81::1
|
||||
|
||||
DocumentRoot /var/www/myip.dn42/
|
||||
<Directory /var/www/myip.dn42/>
|
||||
|
|
Loading…
Add table
Reference in a new issue