copr: frontend: correct the db_dumps alias
This commit is contained in:
parent
bb3381a6e1
commit
828d82b3dd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ NameVirtualHost *:80
|
|||
LoadModule wsgi_module modules/mod_wsgi.so
|
||||
WSGISocketPrefix /var/run/wsgi
|
||||
Alias /robots.txt /var/www/html/robots.txt
|
||||
Alias "/db_dumps/" "/var/www/html/db_dumps"
|
||||
Alias "/db_dumps/" "/var/www/html/db_dumps/"
|
||||
|
||||
WSGIDaemonProcess 127.0.0.1 user=copr-fe group=copr-fe threads=15 display-name=other maximum-requests=8000 graceful-timeout=20
|
||||
WSGIDaemonProcess api user=copr-fe group=copr-fe threads=15 display-name=api maximum-requests=8000 graceful-timeout=20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue