Remove redundant reverse proxy restart

This commit is contained in:
coolneng 2021-04-15 10:00:07 +02:00
parent 0cef524a0c
commit 63a9fb80a1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 3 deletions

View File

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