Fix proxy url
1 files changed, 1 insertions(+), 1 deletions(-) M neil/service/acts.janet
M neil/service/acts.janet => neil/service/acts.janet +1-1
@@ 89,7 89,7 @@ (def ws-url (match-first '(* (thru "//") '(to -1)) (ws :url))) (with [f (file/open (path/join nginx (. name "-ws")) :wb)] (with-dyns [:out f] (ws/render-dict {:code code-path :url ws-url})))) (ws/render-dict {:code code-path :url ws-url :run (ws :run)})))) (define-effect ReloadNginx [&] (os/execute ["service" "nginx" "reload"] :p))