This commit is contained in:
Piotr Biernat
2024-12-05 21:54:28 +01:00
parent b9b8a57a5b
commit 0173d65f9b
6 changed files with 32 additions and 38 deletions

View File

@@ -16,8 +16,8 @@ upstream egommerce-api-eventbus-mngmt {
server {
listen 443 ssl;
ssl_certificate /home/keedosn/workspace/golang/src/git.pbiernat.dev/egommerce/stack/deploy/certs/api-gateway/localhost.cert;
ssl_certificate_key /home/keedosn/workspace/golang/src/git.pbiernat.dev/egommerce/stack/deploy/certs/api-gateway/localhost.key;
ssl_certificate /home/keedosn/workspace/golang/src/git.ego.cloudns.be/egommerce/stack/deploy/certs/api-gateway/localhost.cert;
ssl_certificate_key /home/keedosn/workspace/golang/src/git.ego.cloudns.be/egommerce/stack/deploy/certs/api-gateway/localhost.key;
server_name egommerce.local;