summary refs log tree commit diff
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2019-11-03 10:21:12 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2019-11-03 10:22:56 -0500
commit3d73b6db85b4fd9ab4731d4580aaa81605b1eaad (patch)
treed39cfda29c4ad485a17e440c86e2818a6d4e3aee
parent458964dea2ccdc65c245bc22af0e3b55687e9d6b (diff)
downloadnixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar.gz
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar.bz2
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar.lz
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar.xz
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.tar.zst
nixpkgs-3d73b6db85b4fd9ab4731d4580aaa81605b1eaad.zip
nixos/nginx: update comment
It says Apache, but this is for Nginx; looks like a copy-paste error.
-rw-r--r--nixos/modules/services/web-servers/nginx/location-options.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/web-servers/nginx/location-options.nix b/nixos/modules/services/web-servers/nginx/location-options.nix
index aeb9b1dd79e..2b3749d8a74 100644
--- a/nixos/modules/services/web-servers/nginx/location-options.nix
+++ b/nixos/modules/services/web-servers/nginx/location-options.nix
@@ -1,4 +1,4 @@
-# This file defines the options that can be used both for the Apache
+# This file defines the options that can be used both for the Nginx
 # main server configuration, and for the virtual hosts.  (The latter
 # has additional options that affect the web server as a whole, like
 # the user/group to run under.)
@@ -92,4 +92,3 @@ with lib;
     };
   };
 }
-