Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F341
usr_local_etc_nginx_includes_poudriere-poudriere.conf
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Nov 27 2014, 07:18
2014-11-27 07:18:15 (UTC+0)
Size
1021 B
Referenced Files
None
Subscribers
None
usr_local_etc_nginx_includes_poudriere-poudriere.conf
View Options
location /poudriere {
alias /usr/local/share/poudriere/html;
location ~* ^.+\.(jpg|jpeg|gif|png|ico|svg|woff|css|js|html)$ {
add_header Cache-Control "public";
expires 2d;
}
location /poudriere/data {
alias /usr/local/poudriere/data/logs/bulk/;
location ~* ^.+\.(log|txz|tbz|bz2|gz)$ {
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
location ~* ^.+\.(json)$ {
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
access_log off;
log_not_found off;
}
location ~ /data/?.*/(logs|latest-per-pkg)/ {
autoindex on;
}
break;
}
location /poudriere/repo {
alias /usr/local/poudriere/data/packages;
}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
334
Default Alt Text
usr_local_etc_nginx_includes_poudriere-poudriere.conf (1021 B)
Attached To
Mode
P17 /usr/local/etc/nginx/includes/poudriere-poudriere.conf
Attached
Detach File
Event Timeline
Log In to Comment