Skip to content

Commit 99ed9fc

Browse files
committed
Fix ancient typo
corn.php → cron.php Signed-off-by: Erin Yuki Schlarb <erin-dev@ninetailed.ninja>
1 parent 50a0cab commit 99ed9fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/installation/Caddyfile.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ route {
132132
/index.php /index.php/* \
133133
/remote.php /remote.php/* \
134134
/public.php /public.php/* \
135-
/corn.php /cron.php/* \
135+
/cron.php /cron.php/* \
136136
/core/ajax/update.php /core/ajax/update.php/* \
137137
/status.php /status.php/* \
138138
/ocs/v1.php /ocs/v1.php/* \
@@ -148,4 +148,4 @@ route {
148148
env modHeadersAvailable true # Avoid sending the security headers twice
149149
env front_controller_active true # Enable pretty urls
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)