Remove redundant reverse proxy restart

This commit is contained in:
2021-04-15 10:00:07 +02:00
parent 0cef524a0c
commit 63a9fb80a1

View File

@@ -68,7 +68,4 @@
host all all ::1/128 trust
'';
};
# Restart reverse proxy after services startup
systemd.services.nginx.after = [ "nextcloud.service" ];
}