How to fix Error Nginx: (13: Permission denied) while connecting to upstream


How to fix Error Nginx: (13: Permission denied) while connecting to upstream

nginx error while connecting to upstream

This error is due by SELinux, so, we can fix this error by this command:

setsebool -P httpd_can_network_connect 1

Leave a Reply