copr: frontend: drop useless NameVirtualHost directive

From apache docs:
Prior to 2.3.11, NameVirtualHost was required to instruct the server
that a particular IP address and port combination was usable as a
name-based virtual host. In 2.3.11 and later, any time an IP address and
port combination is used in multiple virtual hosts, name-based virtual
hosting is automatically enabled for that address.
This commit is contained in:
Pavel Raiskup 2019-12-10 08:07:28 +01:00 committed by Pierre-Yves Chibon
parent 28d988f5f1
commit 16b29d398f

View file

@ -1,4 +1,3 @@
NameVirtualHost *:80
LoadModule wsgi_module modules/mod_wsgi.so
WSGISocketPrefix /var/run/wsgi
Alias /robots.txt /var/www/html/robots.txt