road to swarm - let's encrypt fix
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
|
||||
location ~ ^/%API_URI% {
|
||||
location ~ ^%API_URI%/ping {
|
||||
return 444;
|
||||
}
|
||||
|
||||
location ~ ^%API_URI% {
|
||||
|
||||
rewrite_by_lua_block {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user