nginx-upstream-fair
nginx-upstream-fair copied to clipboard
错误:ngx_http_upstream_srv_conf_t’没有名为‘default_port’的成员
/root/nginx-upstream-fair-master/ngx_http_upstream_fair_module.c:553:51: 错误:ngx_http_upstream_srv_conf_t’没有名为‘default_port’的成员
modified default_port to no_port.
modified default_port to no_port.
How to do?
modified default_port to no_port.
How to do?
Linux: sed -i 's/default_port/no_port/g' ngx_http_upstream_fair_module.c macOs: sed -i '' 's/default_port/no_port/g' ngx_http_upstream_fair_module.c
modified default_port to no_port.
How to do?
Linux: sed -i 's/default_port/no_port/g' ngx_http_upstream_fair_module.c macOs: sed -i '' 's/default_port/no_port/g' ngx_http_upstream_fair_module.c
Perfect ! thank you !
modified default_port to no_port.
How to do?
Linux: sed -i 's/default_port/no_port/g' ngx_http_upstream_fair_module.c macOs: sed -i '' 's/default_port/no_port/g' ngx_http_upstream_fair_module.c
thanks so much!!!
将default_port修改为no_port。
怎么做?
Linux:sed -i's / default_port / no_port / g'ngx_http_upstream_fair_module.c macOs:sed -i'''s / default_port / no_port / g'ngx_http_upstream_fair_module.c
太好了!谢谢 !
ths 问题解决了
将default_port修改为no_port。
怎么做?
Linux:sed -i's / default_port / no_port / g'ngx_http_upstream_fair_module.c macOs:sed -i'''s / default_port / no_port / g'ngx_http_upstream_fair_module.c
Ths,The problem has been solved
Would you like to update in the repo @gnosek? Thank you very much!
https://www.bilibili.com/video/BV1ov41187bq,第108讲解决