diff options
author | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:21:05 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2018-01-30 12:21:05 +0100 |
commit | 5e37adedfb718264fbc3eb3353ccee5244e82a89 (patch) | |
tree | d509572f7428c641ef148867a3ea6ebfe12bdd33 /installation | |
parent | ad0ab3a57bc5591806cae0201d8077ffb10b6634 (diff) | |
parent | 2f23ae5b684a363b6090a45c4b1b9685c9ed614a (diff) | |
download | pleroma-5e37adedfb718264fbc3eb3353ccee5244e82a89.tar.gz pleroma-5e37adedfb718264fbc3eb3353ccee5244e82a89.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
Diffstat (limited to 'installation')
-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 + } +} |