Skip to content

Commit 48efd54

Browse files
committed
Return code from purge path
1 parent d378785 commit 48efd54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/templates/servers.conf.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ server {
6161

6262
location ~ ^/purge(/.*) {
6363
proxy_cache_purge vector_cache $1$is_args$args;
64+
65+
return 200;
6466
}
6567
}

0 commit comments

Comments
 (0)