Skip to content

Commit

Permalink
Fix ancient typo
Browse files Browse the repository at this point in the history
corn.php → cron.php

Signed-off-by: Erin Yuki Schlarb <[email protected]>
  • Loading branch information
ntninja authored and ChristophWurst committed Sep 30, 2024
1 parent 15c8af3 commit 9f54b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_manual/installation/Caddyfile.sample
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ route {
/index.php /index.php/* \
/remote.php /remote.php/* \
/public.php /public.php/* \
/corn.php /cron.php/* \
/cron.php /cron.php/* \
/core/ajax/update.php /core/ajax/update.php/* \
/status.php /status.php/* \
/ocs/v1.php /ocs/v1.php/* \
Expand All @@ -148,4 +148,4 @@ route {
env modHeadersAvailable true # Avoid sending the security headers twice
env front_controller_active true # Enable pretty urls
}
}
}

0 comments on commit 9f54b09

Please sign in to comment.