nextcloud: disable /updater location (substitute html)

This commit is contained in:
Alexander Tomokhov
2025-05-14 15:05:46 +04:00
parent c9890828cd
commit cc7d594807
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<!-- index.html -->
<!DOCTYPE html>
<html>
<head><title>Updater Disabled</title></head>
<body>
<h1>This page is not available</h1>
<p>Since NixOS manages updates, this page is disabled.</p>
</body>
</html>