Revert unstaged parts from berlin.

This reverts parts of commit 2ec0a03774.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-10 18:36:57 +01:00
parent 2ec0a03774
commit 4117d547d8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -108,9 +108,9 @@ Allow: /$\r
;; Do not tolerate slowness of hydra.gnu.org when fetching
;; narinfos: better return 504 quickly than wait forever.
"proxy_connect_timeout 10s;"
"proxy_read_timeout 10s;"
"proxy_send_timeout 10s;"
"proxy_connect_timeout 2s;"
"proxy_read_timeout 2s;"
"proxy_send_timeout 2s;"
;; 'guix publish --ttl' produces a 'Cache-Control' header for
;; use by 'guix substitute'. Let it through rather than use
@ -959,6 +959,7 @@ PUBLISH-URL."
%tls-settings
(list
"add_header Content-Security-Policy \"frame-ancestors 'none'\";"
;; TODO This works around NGinx using the epoch for the
;; Last-Modified date, as well as the etag.
;; See http://issues.guix.gnu.org/37207