Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profiles/nginx: set the default port to 8080 | Franck Cuny | 2023-05-12 | 1 | -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 profile | Franck Cuny | 2023-05-09 | 1 | -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. |