Merge pull request #19220 from vector-im/remove-htm

Remove superfluous index.htm
pull/19234/head
James Salter 2021-09-29 11:56:16 +01:00 committed by GitHub
commit b48561d34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ server {
server_name localhost;
root /usr/share/nginx/html;
index index.html index.htm;
index index.html;
# Set no-cache for the index.html only so that browsers always check for a new copy of Element Web.
location = /index.html {