Error with cross-domain-fonts.conf
Opened this issue · 3 comments
user1@li600-77:/docker/docker-nginx-php5$ sudo docker logs e1c71670d4a824167a52a7a12600b481a66df62a1a7e4b8e12c4e17ffd2dbba0/docker/docker-nginx-php5$
nginx: [emerg] open() "/etc/nginx/h5bp/directive-only/cross-domain-insecure.conf" failed (2: No such file or directory) in /etc/nginx/conf/cross-domain-fonts.conf:3
user1@li600-77:
I had to remove it from nginx-site.conf
#include conf/cross-domain-fonts.conf;
Also removed from Dockerfile
#ADD https://raw.github.com/h5bp/server-configs-nginx/master/h5bp/location/cross-domain-fonts.conf /etc/nginx/conf/cross-domain-fonts.conf
Then I could run
Could you possibly create a pull request?
What's the reason for this problem? Just removing it out doesn't tell us why there was a problem in the first place.