@matt I currently have file_server first
encode gzip
log stdout
root * /home/deploy/apps/rails-app/current/public
file_server /assets/* {
root /home/deploy/apps/rails-app/current/public/assets
}
reverse_proxy {
to unix//home/deploy/apps/rail-app/shared/tmp/sockets/rails-app-puma.sock
# transparent
# websocket
# policy round_robin
}
# errors stdout
header / {
Strict-Transport-Security "max-age=31536000"
}
#proxy /solr localhost:8983 {
# transparent
#}
}
Please at least click the links and read the docs I linked you to. It will help you.