mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-05-15 11:02:11 -04:00
Add Sync
This commit is contained in:
parent
fec2f932c4
commit
4e6be6304d
11 changed files with 424 additions and 38 deletions
|
@ -1,17 +0,0 @@
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name adminer.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
location / {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app adminer;
|
||||
set $upstream_port 8080;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue