Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Jitsi Meet web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TO
Jitsi Meet web
Commits
fca68cc1
Verified
Commit
fca68cc1
authored
4 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Prechod na defaultni var
parent
d8a3f33e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2106
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
meet.conf
+1
-1
1 addition, 1 deletion
meet.conf
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fca68cc1
...
@@ -3,7 +3,7 @@ image: docker:19.03.1
...
@@ -3,7 +3,7 @@ image: docker:19.03.1
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
IMAGE_TAG
:
$CI_REGISTRY_IMAGE
IMAGE_TAG
:
$CI_REGISTRY_IMAGE
IMAGE_VER
:
0.
4.5
IMAGE_VER
:
0.
5.0
services
:
services
:
-
docker:19.03.1-dind
-
docker:19.03.1-dind
...
...
This diff is collapsed.
Click to expand it.
meet.conf
+
1
−
1
View file @
fca68cc1
...
@@ -43,7 +43,7 @@ location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
...
@@ -43,7 +43,7 @@ location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
proxy_set_header
Upgrade
$
http_upgrade
;
proxy_set_header
Upgrade
$
http_upgrade
;
proxy_set_header
Connection
"upgrade"
;
proxy_set_header
Connection
"upgrade"
;
tcp_nodelay
on
;
tcp_nodelay
on
;
proxy_set_header
Host
{{ .
Env
.
PUBLIC_DOMAIN
}};
proxy_set_header
Host
{{ .
Env
.
PUBLIC_
URL_
DOMAIN
}};
}
}
# BOSH
# BOSH
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment