lookaside: Try again allowing the CGI script
This commit is contained in:
parent
fcf12e54a3
commit
e39ab5d3e8
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,6 @@ SSLCryptoDevice builtin
|
|||
# This alias must come before the /repo/ one to avoid being overridden.
|
||||
ScriptAlias /repo/pkgs/upload.cgi /srv/web/upload.cgi
|
||||
|
||||
Require all granted
|
||||
|
||||
Alias /repo/ /srv/cache/lookaside/
|
||||
ServerName pkgs.fedoraproject.org
|
||||
ServerAdmin webmaster@fedoraproject.org
|
||||
|
@ -55,6 +53,9 @@ SSLCryptoDevice builtin
|
|||
<Location /repo/pkgs/upload.cgi>
|
||||
SSLRequireSSL
|
||||
|
||||
Options +ExecCGI
|
||||
Require all granted
|
||||
|
||||
SSLVerifyClient optional
|
||||
SSLVerifyDepth 1
|
||||
SSLOptions +StrictRequire +StdEnvVars +OptRenegotiate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue