mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove superfluous index.htm
This commit is contained in:
parent
54c2e8fc8e
commit
e7caa54e59
@ -4,7 +4,7 @@ server {
|
|||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
root /usr/share/nginx/html;
|
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.
|
# Set no-cache for the index.html only so that browsers always check for a new copy of Element Web.
|
||||||
location = /index.html {
|
location = /index.html {
|
||||||
|
Loading…
Reference in New Issue
Block a user