diff options
author | eal <eal@waifu.club> | 2018-01-16 15:48:27 +0200 |
---|---|---|
committer | eal <eal@waifu.club> | 2018-01-16 15:48:27 +0200 |
commit | 6678fe3217d82da7297215c4de369235e3d4d05d (patch) | |
tree | 1a98822442d2392019df3604e036ee668adcd4f0 | |
parent | 80f6ac412a632da090be9f3d86971eac0b95a53d (diff) | |
download | pleroma-6678fe3217d82da7297215c4de369235e3d4d05d.tar.gz |
Add a Caddyfile.
-rw-r--r-- | installation/Caddyfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/installation/Caddyfile b/installation/Caddyfile new file mode 100644 index 000000000..08d5e6169 --- /dev/null +++ b/installation/Caddyfile @@ -0,0 +1,5 @@ +instance.example.com { # Your instance's domain + proxy / localhost:4000 { + websocket + } +} |