Compare commits

..

5 commits

Author SHA1 Message Date
Actaeus Curabitur
01f1640a0f . 2022-09-01 05:34:41 -05:00
Actaeus Curabitur
dc641bebf1 updated pkg cache 2022-09-01 05:27:09 -05:00
Actaeus Curabitur
ff2b880490 updated pkg cache 2022-09-01 05:25:13 -05:00
Actaeus Curabitur
1ba2bcffc8 updated nextcloud php ini 2022-08-31 10:41:58 -05:00
Actaeus Curabitur
2d54f2346d Create conf.d directory for nginx/nextcloud 2022-08-31 10:14:51 -05:00
3 changed files with 2320 additions and 372 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -27,12 +27,16 @@ server {
proxy_read_timeout 300;
proxy_connect_timeout 300;
location /archlinux/aur-local {
location ~ aur-local {
root /mnt/pkgs;
}
location ~ \.(db|sig) {
proxy_pass https://mirrors.kernel.org$request_uri;
}
location / {
proxy_pass http://repo.miserver.it.umich.edu/;
proxy_pass https://mirrors.kernel.org;
proxy_cache pkg-cache; # This directive should match the keys_zone option
proxy_cache_revalidate on;
proxy_cache_min_uses 0;