aboutsummaryrefslogtreecommitdiff
path: root/modules/services/nginx/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-07fix(modules/grafana): a number of options have been renamedFranck Cuny1-1/+1
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(nginx): configure correctly security.acme for nixos 22.05Franck Cuny1-1/+1
Change-Id: I94cb29510cbb85c769947dc26c33f9d767e2f0c8 Reviewed-on: https://cl.fcuny.net/c/world/+/381 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-04-13nginx: configure correctly the dashboardFranck Cuny1-2/+2
2022-04-13nginx: install the default dashboardFranck Cuny1-0/+6
2022-04-13nginx: get a simple solution to work firstFranck Cuny1-287/+4
2022-04-13nginx: add nginx as a reverse proxyFranck Cuny1-0/+326
This will ultimately replace traefik.