mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CUPS: Fix box/print URLs, Secure box/print/admin URLs, Lint NGINX .conf's
This commit is contained in:
parent
bb116d48cc
commit
0cd7ccc816
14 changed files with 179 additions and 157 deletions
|
@ -30,11 +30,11 @@ location /js-menu/ {
|
|||
location /software/ {
|
||||
fancyindex on; # Enable fancy indexes.
|
||||
fancyindex_exact_size off; # Output human-readable file sizes.
|
||||
location ~* \.(apk)$ {
|
||||
location ~* \.(apk)$ {
|
||||
add_header Content-Type application/vnd.android.package-archive;
|
||||
}
|
||||
}
|
||||
|
||||
location ~* \.(zim)$ {
|
||||
location ~* \.(zim)$ {
|
||||
add_header Content-Type application/zip;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue