Skip to content

Update nginx.conf - #56

Open
zyrogX wants to merge 1 commit into
DIGI-UW:mainfrom
zyrogX:patch-2
Open

Update nginx.conf#56
zyrogX wants to merge 1 commit into
DIGI-UW:mainfrom
zyrogX:patch-2

Conversation

@zyrogX

@zyrogX zyrogX commented Jul 6, 2026

Copy link
Copy Markdown

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6b3da348b9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread configs/nginx/nginx.conf

ssl_certificate /etc/nginx/certs/${OE_NGINX_CERT};
ssl_certificate_key /etc/nginx/keys/${OE_NGINX_KEY};
listen 80;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the proxy listening on HTTPS for compose users

In the default docker-compose deployment, the proxy service still publishes 443:443 and the README's documented entry point is https://localhost/, but this config now only binds nginx to port 80. Anyone running the repository as documented, without an external Traefik/Dokploy TLS terminator, will get connection failures on HTTPS instead of the OpenELIS frontend. Please either retain the SSL listener for the compose path or split/update the deployment config so the HTTP-only listener is only used behind Traefik.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant