Fix the other location that refers to upload.cgi
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5c18fc378d
commit
6773c7a403
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Alias /robots.txt /var/www/robots-src.txt
|
|||
# Allow upload via src
|
||||
<VirtualHost _default_:80>
|
||||
# This alias must come before the /repo/ one to avoid being overridden.
|
||||
ScriptAlias /repo/pkgs/upload.cgi /var/lib/dist-git/web/upload.cgi
|
||||
ScriptAlias /repo/pkgs/upload.cgi /var/www/bin/suexec-upload.sh
|
||||
|
||||
Alias /repo/ /srv/cache/lookaside/
|
||||
ServerName src{{ env_suffix }}.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue