Remove redundant reverse proxy restart
This commit is contained in:
parent
0cef524a0c
commit
63a9fb80a1
|
@ -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" ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue