committed by
Mononaut
parent
d16773bfa0
commit
502a1c021e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user