file-servers: Set Apache ServerName

Since *file0.pyrocufflink.blue* now hosts a couple of VirtualHosts,
accessing its HTTP server by the *files.pyrocufflink.blue* alias no
longer works, as Apache routes unknown hostnames to the first
VirtualHost, rather than the global configuration.  To resolve this, we
must set `ServerName` to the alias.
chrony
Dustin 2023-12-29 10:46:13 -06:00
parent fe258c51ac
commit ab30fa13ca
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
apache_userdir: public_html apache_userdir: public_html
apache_server_name: files.pyrocufflink.blue