diff options
author | EuAndreh <eu@euandre.org> | 2023-03-18 12:20:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-18 12:20:45 -0300 |
commit | 7476d57e8048f94dc14068f01efcc94a23c386bc (patch) | |
tree | 2d3ca719276c857d423ba3292272a4205957b8d6 /src/infrastructure/guix/system.scm | |
parent | system.scm: Use queue:cgit-pre-configuration (diff) | |
download | toph-7476d57e8048f94dc14068f01efcc94a23c386bc.tar.gz toph-7476d57e8048f94dc14068f01efcc94a23c386bc.tar.xz |
system.scm: Enable directory listing of nginx
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 7476d57e8048f94dc14068f01efcc94a23c386bc
git notes --ref=refs/notes/ci-data show 7476d57e8048f94dc14068f01efcc94a23c386bc
Exit status: 0
Duration: 25
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 9ce8523..a15db0a 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -404,6 +404,7 @@ (raw-content '(#"- charset utf-8; + autoindex on; add_header Strict-Transport-Security 'max-age=86400; includeSubdomains' always; "#))))))) (service cgit-service-type queue:cgit-pre-configuration) |