Restart nginx after Gitea
This commit is contained in:
@@ -21,4 +21,7 @@
|
||||
appName = "Gitea";
|
||||
};
|
||||
|
||||
# Restart nginx after startup
|
||||
systemd.services.gitea.postStart = "systemctl restart nginx";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user