Keep up to date all list

This commit is contained in:
Xavier Beaudouin
2024-11-29 08:01:05 +01:00
parent df64b17329
commit 1dce9ca1eb
11 changed files with 157 additions and 7 deletions

View File

@ -1,4 +1,4 @@
worker_processes auto;
worker_processes 3;
worker_cpu_affinity auto;
events {
@ -74,6 +74,10 @@ http {
autoindex on;
alias /usr/local/poudriere/data/packages/130x64-default;
}
location /pkg {
autoindex on;
alias /usr/local/poudriere/data/packages;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {