\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A server { listen 0.0.0.0:80; server_name _default_; location /index.html { root /usr/share/webpages/nosites/; log_not_found off; } location / { error_page 503 /index.html; log_not_found off; return 503; } }