File: complex.out

package info (click to toggle)
nginx-confgen 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: ansic: 867; makefile: 61
file content (32 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[warn] The first pre_if matched and its result is b
error_log /tmp/te"st.log error;
pid /tmp/tes't.pid;
events {
    use epoll;
}
test "$unknownvarabcx";
the pre_if matched b;
events events\ \{;
http {
    types {
        image/x-jng jng;
        image/x-ms-bmp bmp;
        image/svg+xml svg svgz;
    }
    location ~ \.php$ {
        something;
    }
    server {
        if "x" {
        }
    }
    document_root "/var/tmp/\$va\"r .log";
    server {
        listen 0.0.0.0:80 tls;
        description abc;
        not_description $something;
        server_name blicky.net www.blicky.net more.blicky.net;
        cert_something "/etc/nginx/certs/blicky.net.crt";
        hi $something;
    }
}