default.conf 102 octets
Newer Older
server {
    root /usr/src/admin/build;

    location / {
        try_files $uri /index.html;
    }
}