Ticket #44924: Portfile-nginx.diff
File Portfile-nginx.diff, 516 bytes (added by gthb (Gunnlaugur Thor Briem), 10 years ago) |
---|
-
www/nginx/Portfile
old new 121 121 configure.args-append --with-http_dav_module --add-module=${workpath}/${davext_distname} 122 122 } 123 123 124 variant debug description {Enable debug mode} { 125 configure.args-append --with-debug 126 } 127 124 128 variant degradation description {Allow to return 204 or 444 code for some locations on low memory condition} { 125 129 configure.args-append --with-http_degradation_module 126 130 }