proxy_pass 설정중 난 에러 ..
centos7, nginx1.16.1 기준으로 아래 명령어를 입력하면 proxy_pass가 잘 이뤄진다
setsebool -P httpd_can_network_connect 1
https://stackoverflow.com/questions/23948527/13-permission-denied-while-connecting-to-upstreamnginx
(13: Permission denied) while connecting to upstream:[nginx]
I am working with configuring Django project with Nginx and Gunicorn. While I am accessing my port gunicorn mysite.wsgi:application --bind=127.0.0.1:8001 in Nginx server, I am getting the following
stackoverflow.com
'etc' 카테고리의 다른 글
[Redis] Jedis를 활용한 Redis Dummy Data 넣기 (0) | 2020.07.16 |
---|---|
[Kafka] class is not in the trusted packages 에러 (0) | 2020.06.03 |
[kafka] kafka schema register 설정중 No supported Kafka endpoints are configured 에러 (0) | 2020.05.25 |
[Windows 10] Windows 기본 검색창 안되는 현상 대처 (0) | 2020.02.06 |
[Jenkins] CentOS의 jenkins.xml file directory (0) | 2020.01.22 |