road to swarm - let's encrypt fix

This commit is contained in:
bunkerity
2021-03-17 10:37:20 +01:00
parent ceed904882
commit 93ad3c0b51
10 changed files with 71 additions and 22 deletions

View File

@@ -1,5 +1,9 @@
location ~ ^/%API_URI% {
location ~ ^%API_URI%/ping {
return 444;
}
location ~ ^%API_URI% {
rewrite_by_lua_block {