Skip to content

Commit ed02502

Browse files
AsteroidOrangeJuiceAsteroidOrangeJuice
andauthored
Fix code block not closing correctly (#906)
Co-authored-by: AsteroidOrangeJuice <[email protected]>
1 parent e9dcf4a commit ed02502

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

crowdsec-docs/unversioned/bouncers/nginx.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ init_worker_by_lua_block {
245245
ngx.log(ngx.INFO, "Initializing metrics for worker " .. tostring(ngx.worker.id()))
246246
cs.SetupMetrics()
247247
end
248-
}```
248+
}
249+
```
249250
250251
The component uses [lua_shared_dict](https://github.com/openresty/lua-nginx-module#lua_shared_dict) to share cache between all workers.
251252

crowdsec-docs/unversioned/bouncers/openresty.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ init_worker_by_lua_block {
230230
ngx.log(ngx.INFO, "Initializing metrics for worker " .. tostring(ngx.worker.id()))
231231
cs.SetupMetrics()
232232
end
233-
}```
233+
}
234+
```
234235
235236
236237
The component uses [lua_shared_dict](https://github.com/openresty/lua-nginx-module#lua_shared_dict) to share cache between all workers.

0 commit comments

Comments
 (0)