Restart nginx after Gitea

This commit is contained in:
2019-12-25 16:24:10 +01:00
parent 85d4f2cbd8
commit e8850eff51
2 changed files with 5 additions and 1 deletions

View File

@@ -21,4 +21,7 @@
appName = "Gitea";
};
# Restart nginx after startup
systemd.services.gitea.postStart = "systemctl restart nginx";
}