Skip to content

Commit

Permalink
fix: add ssl port to avoid permission errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 15, 2024
1 parent 7a1285d commit 8e6ef64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- run: |
export PORT=8080
export PORT_SSL=8443
go run cmd/dgate-server/main.go &
- name: Wait for server to start
Expand Down
2 changes: 1 addition & 1 deletion config.dgate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ proxy:
namespace: "admin"
patterns: ["admin.*"]
tls:
port: 443
port: ${PORT_SSL:-443}
auto_generate: true
cert_file: .lego/certificates/ufosoup.com.crt
key_file: .lego/certificates/ufosoup.com.key
Expand Down

0 comments on commit 8e6ef64

Please sign in to comment.