カテゴリー: Linux

Linux

[Solved] Let’s Encrypt 更新に失敗する

  DNSがまだLet’s Encryptのサーバから読めてない   DNSが他のサーバから読めているか確認してみてください。 https://dnschecker.org/   standaloneに変更してみる   コンフィグを見てstandaloneに変更する   .拡張子といった.xxxファイルにアクセス拒否設定がある Ngin …

AWS, Linux

Apache ELBヘルスチェックを除いてWEB全体にBasic認証

/healthcheck.phpを除いてBasic認証を設定する # vi /etc/httpd/conf.d/allBasicAuth.conf <Location /> Satisfy Any AuthType Basic AuthName “Login” AuthUserFile /var/www/html/.htpasswd Require valid-user SetEnvI …

Linux

Nginx [error] no live upstreams while connecting to upstream, client: xxx.xxx.xxx.xxx, server

    リバースプロキシでtimeoutエラー 504 Gateway Time-out リバースプロキシ先のclientとの送信時間をdefault60->120に変更   参考 https://server-setting.info/centos/nginx-upstream-timed-out.html