aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/nginx/default.nix (unfollow)
Commit message (Collapse)Author
2024-08-02refactor(nixos/{nginx, nix-sync}): Migrate from `system/services`Benedikt Peetz
Nix-sync was sort-of mixed into the nginx configuration, thus separating it completely seemed reasonable.
2024-07-11fix(nginx): add gallery.s-schoeffel.deSilas Schöffel
2024-06-01feat(system/services/nginx)!: Change meaning of `root` keyBenedikt Peetz
The `root` key was rather useless (it was always just the `/etc/.../<domain>` path.). This change gives it a real meaning. See the 'BREAKING CHANGE' section for more information. BREAKING CHANGE: Previously the `root` key denoted the _absolute_ root of a repository. Now it just denotes the root relative (i.e. a path within the built repository) to the repos cloning position. You should just remove the absolute part of the path (that, which is not an output in your built repository)
2024-05-25feat(system/services/nginx): Add the GPG WKDBenedikt Peetz
2023-11-03fix(system/services/nginx/redirects): Enable ssl for the domainsSoispha
Although the page does not actually serve any content, many browsers will still refuse to access it at all, if they have the 'https-only' mode activated.
2023-10-14refactor(system/services/redirects): Move under the nginx directorySoispha
2023-07-28Refactor(system/services/nginx): Reduce encrypted stuff to a minimumSoispha
2023-07-19Style(treewide): Format after removing vim linesSoispha
2023-07-19Feat(.editorconfig): Add the configuration for all filesSoispha
This sets some formatting option based on the file. In comparison to the vim lines, this should be supported by more editors.
2023-07-04Fix(system/services/nginx): Set the correct acme webRootSoispha
2023-07-04Fix(system/services): Move acmeWebRoot back to /var/lib/acmeSoispha
2023-07-04Fix(system/services/nginx): Remove slash from acme webrootSoispha
2023-07-03Style(system/services/nginx): Use nested attr set for acme optionsSoispha
2023-06-25Fix(system/services/acme): Leave certs generation to nixosSoispha
2023-06-17Fix(system/services/nginx): Switch to git-syncSoispha
2023-04-21Fix(system/services/nginx): Correct path to index.htmlsils
2023-04-19Feat(system/services/nginx): Change to declarative websitesSoispha
2023-03-18Refactor: Use better file layoutene
2023-03-07Feat: Add Websitesils
This provides an html file located at /srv/www/vhack.eu/index.html over https.