Skip to content
Sayem Chowdhury edited this page Oct 10, 2017 · 5 revisions

Updating MAIN script

To update the script (usr/local/bin/caddy) itself run this command:

wget https://git.io/vra5C -O - -o /dev/null|bash

Watch and star this repo to get notified about updates.

To update Caddy web server, run:

caddy update

Updating with plugins:

To update Caddy with plugins run caddy update pluginname

Example: caddy update http.cache,http.filemanager,http.ipfilter,http.ratelimit

From version 5.5 this script check for caddy updates every 3 days when you execute command caddy however this does not include script update checking so you should manually check for update once in a while!

Clone this wiki locally