echo-nginx-module icon indicating copy to clipboard operation
echo-nginx-module copied to clipboard

Echo is in the nginx configuration but what happens if there is no output?

Open nailsoul opened this issue 7 years ago • 0 comments

location / { echo "haha"; proxy_pass http://www.xxxxx.net; proxy_redirect off; proxy_set_header Host www.xxxxx.net; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }

Access. log and error.log and HTTP response are not available. What should haha do to display?

nailsoul avatar Jul 02 '18 02:07 nailsoul