diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-01-30 08:14:07 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-01-30 08:14:07 +0000 |
commit | 189e9d63bc462fe5c0f97d70ffd4bac54aeeae05 (patch) | |
tree | 2e03778a6dae9f700544579a96a4a84f5040ed7d | |
parent | ede4883ac93b1827c8fab125125bff94c1a855db (diff) | |
parent | 6678fe3217d82da7297215c4de369235e3d4d05d (diff) | |
download | pleroma-189e9d63bc462fe5c0f97d70ffd4bac54aeeae05.tar.gz pleroma-189e9d63bc462fe5c0f97d70ffd4bac54aeeae05.zip |
Merge branch 'feature/caddyfile' into 'develop'
Add a Caddyfile.
See merge request pleroma/pleroma!50
-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 + } +} |