Caddy
If you notice any mistakes that need to be corrected, please reach out on Discord!
Caddy For Windows
Download the newest release from here.
Create a folder named
Caddy
on root of theC:\
drive or where you got Windows installed.Extract the Caddy zip in the folder you just created.
In the new Caddy folder make another folder called
logs
.
Make a Caddy File
Create a new text file, rename it to
Caddyfile
and make sure it doesn't have an extension.In the
Caddyfile
paste:
Remember to change
localhost
andport
accordingly.
Start Caddy
You will need the bat file for both manuall and service.
Port Forwarding
Open port
80
and443
. If you don't know how to port forward you should check out Portforward.com and find your router.
Firewall
Open port
80
and443
in your firewall. To open Windows Firewall, go to the Start menu, select Run, typeWF.msc
and then select OK.Now click on Inbound Rules, then on the right side you want to click new rule.
Select Port click next.
Select TCP and type inn
80, 443
then next.Allow the connection and hit Next. Then just choose a name like "Caddy".
DNS
Last updated