Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Apr 25, 2024
1 parent a3f8fba commit 66f5e9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ daemon off;
env NODE_NAME;
env JWT_DESKTOP_PAYLOAD_PRIVATE_KEY;
env JWT_DESKTOP_SIGNING_PUBLIC_KEY;
env WEBSITE_FQDN;
env SPEEDTEST_FQDN;
env CONSOLE_FQDN;
env PYOS_FQDN;


include /etc/nginx/modules-enabled/*.conf;

Expand Down

0 comments on commit 66f5e9a

Please sign in to comment.