2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: Accept more languages.

* hydra/nginx/berlin.scm (%extra-content): Add locales to which the
website is translated.
This commit is contained in:
Julien Lepiller 2021-01-29 15:40:23 +01:00
parent 885bca5271
commit 2de64ce695
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -999,7 +999,7 @@ PUBLISH-URL."
"default_type application/octet-stream;"
"sendfile on;"
"set_from_accept_language $lang en de;"
"set_from_accept_language $lang en de es fr zh-CN;"
;; Maximum chunk size to send. Partly this is a workaround for
;; <http://bugs.gnu.org/19939>, but also the nginx docs mention that