We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b18cef commit 707536bCopy full SHA for 707536b
2 files changed
README.md
@@ -52,7 +52,7 @@ Open `docker-compose.yml` and replace **both occurrences** of `<SECRET_KEY>` wit
52
53
To enable HTTPS, edit the `Caddyfile`:
54
55
-- Replace `localhost:80` with your domain (e.g., `filesync.app`).
+- Replace `:80` with your domain (e.g., `filesync.app`).
56
57
Caddy will automatically provision and renew SSL certificates for your domain.
58
deploy/Caddyfile
@@ -1,3 +1,3 @@
1
-localhost:80 {
+:80 {
2
reverse_proxy filesync:80
3
}
0 commit comments