Relative Content

Tag Archive for debugging

Nginx doesn’t return a web and HTTP 200 on port 80

My code below is failing this check, “After execution of your Bash script, Nginx return a web page and HTTP 200 on port 80” what is wrong with it?
#!/usr/bin/env bash
#findind out s keeping my Ubuntu s Nginx installation from listening on port 80
sed -i ‘s/8080/80/g’ /etc/nginx/sites-enabled/default
service nginx restartcontainerwhat