force index.html - independent of subpath
This commit is contained in:
		@@ -16,6 +16,6 @@ server {
 | 
				
			|||||||
    error_log /var/log/nginx/openmediacenter.error.log;
 | 
					    error_log /var/log/nginx/openmediacenter.error.log;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    location / {
 | 
					    location / {
 | 
				
			||||||
        try_files $uri $uri/ =404;
 | 
					        try_files $uri /index.html;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user