Skip to content

Commit e42670c

Browse files
committed
Fix Unassigned: Explicitly set ServerName since default value is the system hostname which is also registered in Hestia as the first domain
1 parent c976136 commit e42670c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/deb/apache2/unassigned.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<VirtualHost directIP:directPORT>
2-
2+
ServerName directIP
33
DocumentRoot /var/www/html/
44
Alias /error/ /var/www/document_errors/
55

66
</VirtualHost>
77

88
<VirtualHost directIP:directSSLPORT>
9-
9+
ServerName directIP
1010
DocumentRoot /var/www/html/
1111
Alias /error/ /var/www/document_errors/
1212

0 commit comments

Comments
 (0)