SkynetLabs / webportal-nginx

MIT License
1 stars 2 forks source link

Replace service aliases with IP addresses #23

Closed meeh0w closed 2 years ago

meeh0w commented 2 years ago

Overview

linear[bot] commented 2 years ago
SKY-1172 Dashboard host alias not available when running portal without accounts

When running portal without accounts module "dashboard" host alias is not available. ``` nginx: [emerg] host not found in upstream "dashboard" in /etc/nginx/conf.d/server/server.account:19 ``` * [ ] replace "dashboard" alias with 10.10.10.85 in nginx/conf.d/server/server.account * [ ] replace "accounts" alias with 10.10.10.70 in nginx/conf.d/server/server.account example: [https://github.com/SkynetLabs/webportal-nginx/blob/main/nginx/conf.d/server/server.api#L57-L58](https://github.com/SkynetLabs/webportal-nginx/blob/main/nginx/conf.d/server/server.api#L57-L58)

codecov[bot] commented 2 years ago

Codecov Report

Merging #23 (baa61ac) into main (a64ee80) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          16       16           
  Lines         870      870           
=======================================
  Hits          822      822           
  Misses         48       48           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a64ee80...baa61ac. Read the comment docs.