エラー文として下記が出力されていた。
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 1: ordinal not in range(128)
どうやらnginxの設定ファイルに日本語が入っている場合に発生する模様。
nginxの設定ファイルから日本語のコメントを取り除いたところ、正常に動きました。。
以上、共有でした。
エラー文として下記が出力されていた。
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 1: ordinal not in range(128)
どうやらnginxの設定ファイルに日本語が入っている場合に発生する模様。
nginxの設定ファイルから日本語のコメントを取り除いたところ、正常に動きました。。
以上、共有でした。
Copyright© わにプログラミング , 2024 All Rights Reserved.