Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Added websocket to Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Jul 9, 2017
1 parent 5f5ed4f commit 36b5700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/Caddyfile.stone
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
http://{{ domain }} {
proxy / {{ proxy }} {
transparent
websocket
fail_timeout 0s
}
}

# https://{{ domain }} {
# proxy / {{ proxy }} {
# transparent
# websocket
# fail_timeout 0s
# }
# }

0 comments on commit 36b5700

Please sign in to comment.