]> git.openstreetmap.org Git - chef.git/blob - cookbooks/imagery/templates/default/nginx_default.conf.erb
Remove tcp fast-open support. Client support is dying
[chef.git] / cookbooks / imagery / templates / default / nginx_default.conf.erb
1 server {
2     listen 80 deferred backlog=16384 reuseport default_server;
3     listen 443 ssl deferred backlog=16384 reuseport http2; # No default_server here unless certificate specified here too.
4
5     server_name  _;
6     default_type text/html;
7     return 404 '<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>404 Not Found</h1></center><hr><center>default imagery server vhost. Please use correct URL.</center></body></html>';
8 }