Not able to fetch active_storage images

I’m not sure what you are suggesting outside of upgrading. I did see your response here, so I made changes. This is what I currently have but still not working.

https://example.com {
  root * /home/azureuser/apps/exmaple/current/public
  encode zstd gzip
  import headers
  file_server
  tls engineering@example.come
  @notStatic {
      not file
  }
  reverse_proxy @notStatic unix//home/azureuser/apps/example/shared/tmp/sockets/example-puma.sock
}