本文主要是介绍failed (13: Permission denied) while connecting to upstream,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
2021/12/20 02:48:41 [crit] 10147#0: *95 connect() to 192.168.50.20:80 failed (13: Permission denied) while connecting to upstream, client: 192.168.50.1, server: _, request: “GET /favicon.ico HTTP/1.1”, upstream: “http://192.168.50.20:80/favicon.ico”, host: “192.168.50.10”, referrer: “http://192.168.50.10/”
开启网络:
setsebool -P httpd_can_network_connect 1
这篇关于failed (13: Permission denied) while connecting to upstream的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!