about summary refs log tree commit diff
path: root/nixos/tests/nginx-unix-socket.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-09nixos/nginx: Allow empty port for listen directiveCarl Dong1-0/+27
When listening on unix sockets, it doesn't make sense to specify a port for nginx's listen directive. Since nginx defaults to port 80 when the port isn't specified (but the address is), we can change the default for the option to null as well without changing any behaviour.