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

reload中にアクセスすると、証明書エラーになる #39

Open
lobin-z0x50 opened this issue Aug 23, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@lobin-z0x50
Copy link
Member

lobin-z0x50 commented Aug 23, 2024

スクリーンショット 2024-08-23 11 18 04

原因

リロードスクリプトの処理手順では、ドメイン一つずつconfigを入れていって、その都度 nginx -t して nginx -s reload しているため。
ドメイン一つあたり1秒以上かかるため、ドメインが多くなるとリロード処理が全て終わるまでにより多くの時間を要する。

対応方針

nginx -s reload は、最後に一回だけ行うようにする。

@lobin-z0x50 lobin-z0x50 added the bug Something isn't working label Aug 23, 2024
@lobin-z0x50 lobin-z0x50 self-assigned this Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant