id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,uname,nginx_version 1265,I keep getting 502 bad way error while I was configuring proxy_pass,ddwolf@…,,"here is the config file: {{{ server { listen 8011; server_name mydomain.com; access_log /opt/nginx.log; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:80; } } }}} ",defect,closed,minor,,other,1.4.x,invalid,"proxy_pass, ubuntu, ghost",,Linux 118208 2.6.32-042stab120.20 #1 SMP Fri Mar 10 16:52:50 MSK 2017 x86_64 x86_64 x86_64 GNU/Linux,nginx version: nginx/1.4.6 (Ubuntu)