Keep up to date all list
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user