mirror of
https://github.com/owntracks/frontend.git
synced 2026-08-25 20:47:16 +00:00
fix nginx mime types
This commit is contained in:
@@ -19,6 +19,7 @@ http {
|
||||
proxy_set_header Connection upgrade;
|
||||
}
|
||||
location / {
|
||||
include /etc/nginx/mime.types;
|
||||
try_files $uri $uri/index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user