Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update traefik to v2.x #396

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

update traefik to v2.x #396

wants to merge 2 commits into from

Conversation

ycyin
Copy link

@ycyin ycyin commented Sep 18, 2024

Updated traefik example #380

This is the version I'm using on production


#r set $registry_server "http://registry:5000";
#r proxy_pass $registry_server;
proxy_pass http://registry:5000;
Copy link
Owner

Choose a reason for hiding this comment

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

Why did you add the nginx configuration? It's not working with the bundled version?

Copy link
Author

Choose a reason for hiding this comment

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

Only the following configuration is added to ensure that the default 60s is not interrupted when transferring large images.

              client_body_timeout 300;
              proxy_read_timeout 300;
              proxy_send_timeout 300;
              keepalive_timeout 150;

Copy link
Author

Choose a reason for hiding this comment

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

Is this not necessary, or is it another issue?

@Joxit
Copy link
Owner

Joxit commented Sep 21, 2024

Hi, thank you for your contribution 😄

I posted one comment in your PR

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.

2 participants