Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. in your nginx config
  2.  
  3. location /urls {
  4. proxy_pass 127.0.0.1:4200;
  5. }
  6.  
  7. in your weechat config
  8.  
  9. plugins.var.python.urlserver.http_hostname string "0.0.0.0"
  10. plugins.var.python.urlserver.http_hostname_display string "kame.us"
  11. plugins.var.python.urlserver.http_port string "4200"
  12. plugins.var.python.urlserver.http_port_display string "80"
  13. plugins.var.python.urlserver.http_scheme_display string "http"
  14. plugins.var.python.urlserver.http_url_prefix string "urls"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement