Skip to content

Commit 707536b

Browse files
committed
Updated Caddyfile to enable FileSync over LAN
1 parent 4b18cef commit 707536b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Open `docker-compose.yml` and replace **both occurrences** of `<SECRET_KEY>` wit
5252

5353
To enable HTTPS, edit the `Caddyfile`:
5454

55-
- Replace `localhost:80` with your domain (e.g., `filesync.app`).
55+
- Replace `:80` with your domain (e.g., `filesync.app`).
5656

5757
Caddy will automatically provision and renew SSL certificates for your domain.
5858

deploy/Caddyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
localhost:80 {
1+
:80 {
22
reverse_proxy filesync:80
33
}

0 commit comments

Comments
 (0)