Add suggestions from wiz

Co-authored-by: wiz <j@wiz.biz>
This commit is contained in:
Jonathan Underwood
2023-08-28 02:18:59 +09:00
committed by Mononaut
parent d16773bfa0
commit 502a1c021e
3 changed files with 6 additions and 10 deletions

View File

@@ -2,11 +2,12 @@
# mempool #
###########
# any path containing .*/internal-api/.* anywhere is ignored
location ~ ^/.*?/internal-api/ {
location /api/internal/ {
return 404;
}
location /api/v1/internal/ {
return 404;
}
# websocket has special HTTP headers
location /api/v1/ws {
try_files /dev/null @mempool-api-v1-websocket;