Skip to content

Instantly share code, notes, and snippets.

@michabbb
Last active June 1, 2023 14:17
Show Gist options
  • Save michabbb/1d47dbbed0f66ba363bfa6dbac7dde55 to your computer and use it in GitHub Desktop.
Save michabbb/1d47dbbed0f66ba363bfa6dbac7dde55 to your computer and use it in GitHub Desktop.
rewrite /v1/.... to /api/httpsms/v1/.....
{
auto_https off
debug
}
:80 {
root * /app/public
encode zstd gzip
file_server
vars /v1/* my-path /api/httpsms{path}
vars my-path {path}
php_fastcgi phpfpm:9000 {
env REQUEST_URI {vars.my-path}
}
log {
# output logs to standard error (console)
output stderr
}
}