location ~ ^/test/(?<id>\d+)$ {
postgres_pass database;
rds_json on;
postgres_escape $name $id;
postgres_query "SELECT $name";
}
上記のコード スニペットは、https://github.com/FRiCKLE/ngx_postgres/issues/4から取得したものです。
誰かが私に ^ と $ の機能を説明できますか? それを説明するドキュメントが見つかりません。https://github.com/FRiCKLE/ngx_postgresとhttp://nginx.org/en/docs/http/ngx_http_core_module.html#locationを既に確認しました。