Merge pull request #72719 from bhipple/doc/comment-fix

nixos/nginx: update comment
This commit is contained in:
Lassulus 2019-11-18 23:02:46 +01:00 committed by GitHub
commit 14961b1034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};
};
}