Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
homelab
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
homelab
Commits
f4ade9c1
Commit
f4ade9c1
authored
1 year ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Web proxy: Matrix server config.
parent
bbc33028
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf
+30
-0
30 additions, 0 deletions
Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf
Compose/web-proxy/host01/docker-compose.yml
+1
-0
1 addition, 0 deletions
Compose/web-proxy/host01/docker-compose.yml
with
31 additions
and
0 deletions
Compose/web-proxy/host01/conf.d/matrix.shore.co.il.conf
0 → 100644
+
30
−
0
View file @
f4ade9c1
# vim: ft=nginx
map
$
host
$
matrix
{
default
synapse
; }
server
{
listen
80
;
listen
[::]:
80
;
server_name
matrix
.
shore
.
co
.
il
;
include
snippets
/
robots
-
disallow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
www
-
acme
-
challenge
.
conf
;
include
snippets
/
redirect
-
https
.
conf
;
}
server
{
listen
443
ssl
http2
;
listen
[::]:
443
ssl
http2
;
server_name
matrix
.
shore
.
co
.
il
;
include
snippets
/
robots
-
disallow
-
all
.
conf
;
include
snippets
/
ads
-
txt
.
conf
;
include
snippets
/
security
-
txt
.
conf
;
include
snippets
/
ssl
-
modern
.
conf
;
location
/ {
proxy_pass
http
://$
matrix
:
8008
$
request_uri
;
proxy_http_version
1
.
1
;
include
snippets
/
proxy
-
headers
.
conf
;
client_max_body_size
50
m
;
}
}
This diff is collapsed.
Click to expand it.
Compose/web-proxy/host01/docker-compose.yml
+
1
−
0
View file @
f4ade9c1
...
...
@@ -15,6 +15,7 @@ services:
-
git.shore.co.il
-
kibana.shore.co.il
-
lam.shore.co.il
-
matrix.shore.co.il
-
mta-sts.shore.co.il
-
sogo.shore.co.il
-
vouch.shore.co.il
...
...
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