nginx
Ubuntu20.04にNginxをインストールしてWEBサーバ(http)を立ち上げる方法

WEBサーバを構築する際にApache(アパッチ)が主流でしたが、同じくNginxも多く利用されています。 今回はNginxでWEBサーバを構築しましょう! 環境 OS:Ubuntu20.04ドメイン:change-do […]

続きを読む
nginx
nginxエラー「nginx: [warn] conflicting server name "ドメイン" on 0.0.0.0:80, ignored」の対処法

Ubuntu20.04でnginx起動した際に下記のエラーが出てたので対処します。 sudo nginx -t nginx: [warn] conflicting server name "ドメイン" on [::]:4 […]

続きを読む
mattermost
nginx: [warn] could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_sizeが出てきたので対策しました。

起動時に下記のエラーが出ていたので対策しました。 # sudo nginx -tnginx: [warn] could not build optimal proxy_headers_hash, you should i […]

続きを読む