diff options
author | EuAndreh <eu@euandre.org> | 2024-05-09 11:26:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-09 11:26:13 -0300 |
commit | 1f1de84dbd2230643592b112d1b4c99fbd4efd6f (patch) | |
tree | 36e76e493db6273e02fda157f8a230359c973b90 /src/infrastructure/guix/system.scm | |
parent | src/secrets/: mv *.txt.gpg .gpg (diff) | |
download | toph-1f1de84dbd2230643592b112d1b4c99fbd4efd6f.tar.gz toph-1f1de84dbd2230643592b112d1b4c99fbd4efd6f.tar.xz |
Stop using secret NGINX configuration
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 7889477..ab44194 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -419,7 +419,6 @@ ssl_ciphers EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH; ssl_prefer_server_ciphers on; gzip off; # Disable compression altogether due to BREACH - include /opt/secrets/nginx.conf.txt; charset utf-8; autoindex on; add_header Strict-Transport-Security 'max-age=31536000; includeSubdomains' always; |