projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80f6ac4
)
Add a Caddyfile.
author
eal
<eal@waifu.club>
Tue, 16 Jan 2018 13:48:27 +0000
(15:48 +0200)
committer
eal
<eal@waifu.club>
Tue, 16 Jan 2018 13:48:27 +0000
(15:48 +0200)
installation/Caddyfile
[new file with mode: 0644]
patch
|
blob
diff --git a/installation/Caddyfile
b/installation/Caddyfile
new file mode 100644
(file)
index 0000000..
08d5e61
--- /dev/null
+++ b/
installation/Caddyfile
@@ -0,0
+1,5
@@
+instance.example.com { # Your instance's domain
+ proxy / localhost:4000 {
+ websocket
+ }
+}