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:
parent
28d988f5f1
commit
16b29d398f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue