Commit b68eb351 authored by James T. Lee's avatar James T. Lee
Browse files

gitlab: Add websocket proxy

parent c388a1b8
...@@ -54,7 +54,8 @@ class nest::service::gitlab { ...@@ -54,7 +54,8 @@ class nest::service::gitlab {
} }
nest::lib::revproxy { 'gitlab.james.tl': nest::lib::revproxy { 'gitlab.james.tl':
destination => 'http://172.18.0.2/', destination => '172.18.0.2',
ip => ['104.156.227.40', '2001:19f0:300:2005::40'], ip => ['104.156.227.40', '2001:19f0:300:2005::40'],
websockets => '.*\.ws',
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment