Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
b68eb351
Commit
b68eb351
authored
Nov 28, 2020
by
James T. Lee
Browse files
gitlab: Add websocket proxy
parent
c388a1b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
manifests/service/gitlab.pp
manifests/service/gitlab.pp
+2
-1
No files found.
manifests/service/gitlab.pp
View file @
b68eb351
...
@@ -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'
,
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment