1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00

move config files into config/

This commit is contained in:
David Baker
2022-05-11 12:11:49 +01:00
parent 6d7be57dcf
commit 0d3daf5fa3
4 changed files with 2 additions and 2 deletions

10
config/default.conf Normal file
View File

@@ -0,0 +1,10 @@
server {
listen 8080;
server_name localhost;
location / {
root /app;
try_files $uri /$uri /index.html;
}
}

4
config/netlify_redirects Normal file
View File

@@ -0,0 +1,4 @@
# This file is copied to the netlify deploy dir in the upload stage
# Redirect any unknown path to index.html
/* /index.html 200