File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,7 @@ Python variable::
192192
193193 # nginx.conf
194194
195- events {
196- }
195+ events {}
197196
198197 http {
199198 python "import hashlib";
@@ -213,8 +212,7 @@ Python access and content handlers::
213212
214213 # nginx.conf
215214
216- events {
217- }
215+ events {}
218216
219217 http {
220218 python_include inc.py;
@@ -255,8 +253,7 @@ UDP reports in Python::
255253
256254 # nginx.conf
257255
258- events {
259- }
256+ events {}
260257
261258 http {
262259 python_include inc.py;
@@ -292,8 +289,7 @@ Making HTTP requests from Python in runtime::
292289
293290 # nginx.conf
294291
295- events {
296- }
292+ events {}
297293
298294 http {
299295 python_include inc.py;
@@ -332,8 +328,7 @@ Simple echo server::
332328
333329 # nginx.conf
334330
335- events {
336- }
331+ events {}
337332
338333 stream {
339334 python_include inc.py;
You can’t perform that action at this time.
0 commit comments