1
0
angie-conv-image/doc/examples/perl/site/http-env-perl.conf
2024-09-20 01:27:15 +03:00

11 lines
147 B
Plaintext

perl_require ngx_env.pm;
server {
listen 8080;
location / { return 204; }
location = /env
{
perl ngx_env::report;
}
}