Search Knowledge Base Articles
Installation
-
nginx Setup
Nginx configuration that works for React deploymentserver {listen 80 default_server;server_name _;root /var/www/html;index index.html index.htm; location ~* \.(?:manifest|appcache|html?|xml|json)$ {expires -1;...