I have created a simple app using AngularJS. When I tried to host that project in my website http://demo.gaurabdahal.com/recipefinder it shows the following error:
I had same problem on Fedora, and found that problem was selinux. to test that it is problem run command: sudo setenforce 0
Otherwise or change in file /etc/sysconfig/selinux
SELINUX=enforcing to SELINUX=disabled
or add rules to selinux to allow http access