nixos/nginx: update comment
It says Apache, but this is for Nginx; looks like a copy-paste error.
This commit is contained in:
parent
458964dea2
commit
3d73b6db85
|
@ -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
|
# main server configuration, and for the virtual hosts. (The latter
|
||||||
# has additional options that affect the web server as a whole, like
|
# has additional options that affect the web server as a whole, like
|
||||||
# the user/group to run under.)
|
# the user/group to run under.)
|
||||||
|
@ -92,4 +92,3 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue