summaryrefslogtreecommitdiff
path: root/tests/else_test.ini
blob: b8de7a257db5c582bf4a65a3836bd4b4c7fd2a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[uwsgi]
if-hostname = foobar
  print = ok1
  print = ok2
  print = ok3
else =
  print = no1
  print = no2
  print = no3
  socket = 127.0.0.1:0
  else_executed = 1
endif =

print = done

if-not-opt = else_executed
  exit = 17
end =