Mayur Fefar
Preview deployment link not working
i am updating nano /etc/nginx/conf.d/default.conf file from Terminal to add try_files $uri $uri/ /index.html;
But after deployment the change is reverting.. what is the issue?
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
4 replies