aboutsummaryrefslogtreecommitdiff
path: root/profiles/nginx.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-09delete even more unused configurationsFranck Cuny1-30/+0
2023-05-12profiles/monitoring: a bunch of fixesFranck Cuny1-1/+1
2023-05-12profiles/nginx: set the default port to 8080Franck Cuny1-1/+8
If we don't set a default port, with `statusPage` enabled, we can't start nginx on the router, since we also need to bind to port 80 for the stream.
2023-05-09profiles/nginx: move common configuration to a profileFranck Cuny1-0/+23
Both tahoe and carmel are using nginx, and we can simplify the configuration by moving common parts to the profile and have these hosts import it.