comparison syslog.t @ 507:34280f6b0bc6

Tests: trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Dec 2014 21:08:34 +0300
parents 071e8941e3bf
children 907e89fba9c3
comparison
equal deleted inserted replaced
506:5baf4b01cae4 507:34280f6b0bc6
95 } 95 }
96 96
97 location /debug { 97 location /debug {
98 limit_req zone=one; 98 limit_req zone=one;
99 error_log syslog:server=127.0.0.1:8080 debug; 99 error_log syslog:server=127.0.0.1:8080 debug;
100 } 100 }
101 location /info { 101 location /info {
102 limit_req zone=one; 102 limit_req zone=one;
103 limit_req_log_level info; 103 limit_req_log_level info;
104 error_log syslog:server=127.0.0.1:8080 info; 104 error_log syslog:server=127.0.0.1:8080 info;
105 } 105 }