We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4db09 commit 0f4e9f7Copy full SHA for 0f4e9f7
web/nginx/environments/web.prod.conf
@@ -1,3 +1,5 @@
1
root /data/www/;
2
include /etc/nginx/config/general.conf;
3
include /etc/nginx/config/websocket.conf;
4
+index index.html;
5
+try_files $uri $uri/ /index.html;
0 commit comments