CloudFlare を使用し、テストしたところ、モバイルブラウザでウェブページを開くと読み込みが継続しました。ファイルが読み込めず、読み込みマスクが表示され続けているようです。
CloudFlare の特定の機能をオンにしたりオフにしたりしましたが、うまくいきませんでした。テストの結果、CloudFlare の設定の失敗が原因であることが判明しました(CloudFlare を削除するとアクセスできました)。
この記事を読み、cloudflare.template.yml を app.yml に追加する必要があることがわかりました。どこに追加すればよいですか?
templates:
- "templates/postgres.template.yml"
- "templates/redis.template.yml"
- "templates/web.template.yml"
## Uncomment the next line to enable the IPv6 listener
#- "templates/web.ipv6.template.yml"
- "templates/web.ratelimited.template.yml"
## Uncomment these two lines if you wish to add Lets Encrypt (https)
#- "templates/web.ssl.template.yml"
#- "templates/web.letsencrypt.ssl.template.yml"
- "templates/cloudflare.template.yml"
これで正しいですか?
現在の状況は、コンピューターや一部のアプリでウェブページを開くのは正常ですが、モバイルブラウザで開くと読み込みが継続します(キャッシュクリア、複数人での試行)。
