diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-21 11:34:38 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-21 11:43:31 +0100 |
commit | 571b74b9017169ed6181a57d637ad737fd15f6b3 (patch) | |
tree | c636c26608acb3cd06a446beaf33532caf854a6b /conf | |
parent | bef4fc9f44bf6762f64ffe0521cd60b445f3d816 (diff) | |
download | aurweb-571b74b9017169ed6181a57d637ad737fd15f6b3.tar.xz |
Always use virtual URLs
Support for non-virtual URLs has been broken for a long time and is no
longer used on the official AUR setup.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/config.proto b/conf/config.proto index 280c1e8..f00b352 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -22,7 +22,6 @@ max_filesize_uncompressed = 8388608 disable_http_login = 1 aur_location = http://localhost package_url = /packages/ -use_virtual_urls = 1 max_rpc_results = 5000 aur_request_ml = aur-requests@archlinux.org request_idle_time = 1209600 |