Fix Mastodon from being wiped
This commit is contained in:
parent
88629d3f9b
commit
8d326632d3
4 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.nginx.virtualHosts."${config.services.hedgedoc.settings.domain}" = lib.mkIf config.services.hedgedoc.enable {
|
||||
services.nginx.virtualHosts."hedgedoc.${config.vars.primeDomain}" = lib.mkIf config.services.hedgedoc.enable {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue