about summary refs log tree commit diff
path: root/profiles/nginx.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete even more unused configurationsFranck Cuny2023-12-091-30/+0
|
* profiles/monitoring: a bunch of fixesFranck Cuny2023-05-121-1/+1
|
* profiles/nginx: set the default port to 8080Franck Cuny2023-05-121-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.
* profiles/nginx: move common configuration to a profileFranck Cuny2023-05-091-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.