Newer
Older
nginx / conf.d / frontend.product.conf
        location / {
            root /var/www/html;
            index index.html;
            try_files $uri $uri/ /index.html;
        }