rekado pushed a commit to branch master
in repository guix.

commit 85f0958693588191852b3f3c04c413fc089b0c81
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Mar 16 09:58:56 2020 +0100

    services/web: Export nginx-configuration-global-directives.
    
    This is a follow-up to commit b420e6deb96e0760f12e3d941b76e690c4235e47.
    
    * gnu/services/web.scm (nginx-configuration-global-directives): Export
    procedure.
---
 gnu/services/web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index ac247ec..fa5c34d 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -100,6 +100,7 @@
             nginx-configuration-server-names-hash-bucket-size
             nginx-configuration-server-names-hash-bucket-max-size
             nginx-configuration-modules
+            nginx-configuration-global-directives
             nginx-configuration-extra-content
             nginx-configuration-file
 

Reply via email to