FredericHeem/starhackit

View on GitHub
deploy/alpine-nginx/root/etc/nginx/conf.d/default.conf

Summary

Maintainability
Test Coverage
server {
    listen 80;
    server_name "";

    root /usr/html;
    index index.html;

    location /favicon.ico {
        log_not_found off;
    }
}