reverted internal routing through traefik for SSL
This commit is contained in:
@@ -237,7 +237,6 @@ http:
|
||||
rule: "Host(`gitea.aetoskia.com`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
- websecure-private-pi
|
||||
service: gitea-svc
|
||||
tls:
|
||||
certResolver: aetoskia
|
||||
|
||||
@@ -3,14 +3,6 @@ entryPoints:
|
||||
address: ":80"
|
||||
websecure:
|
||||
address: ":443"
|
||||
web-private-pi:
|
||||
address: "192.168.1.111:80"
|
||||
web-server-pi:
|
||||
address: "192.168.1.35:80"
|
||||
websecure-private-pi:
|
||||
address: "192.168.1.111:443"
|
||||
websecure-server-pi:
|
||||
address: "192.168.1.35:443"
|
||||
|
||||
providers:
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user