Skip to content

Commit

Permalink
services/static-file-hosting: allow http connection
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 23, 2024
1 parent 4885ba6 commit f9341d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/profiles/services/static-file-hosting/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ config, ... }:
{
services.nginx.virtualHosts."static.*" = {
forceSSL = true;
inherit (config.security.acme.tfCerts."li7g_com".nginxSettings) sslCertificate sslCertificateKey;
locations."/".root = "/var/www/static";
extraConfig = ''
Expand Down

0 comments on commit f9341d9

Please sign in to comment.