diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-16 09:58:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-16 12:22:16 +0100 |
commit | 85f0958693588191852b3f3c04c413fc089b0c81 (patch) | |
tree | cf4bb13decac2283e75eb7cb9ff947812e6bbf9d /gnu/services | |
parent | 2ec46078630a09b326822a7565fc7764fd9957a7 (diff) | |
download | patches-85f0958693588191852b3f3c04c413fc089b0c81.tar patches-85f0958693588191852b3f3c04c413fc089b0c81.tar.gz |
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.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm index ac247ec39a..fa5c34d5af 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 |