.
This commit is contained in:
parent
dc641bebf1
commit
01f1640a0f
1 changed files with 1 additions and 5 deletions
|
@ -27,11 +27,7 @@ server {
|
||||||
proxy_read_timeout 300;
|
proxy_read_timeout 300;
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
|
|
||||||
location /archlinux/aur-local {
|
location ~ aur-local {
|
||||||
root /mnt/pkgs;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~ aur-local.*\.db|sig {
|
|
||||||
root /mnt/pkgs;
|
root /mnt/pkgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue