element-call-Github/scripts/default.conf
David Baker 31845dea10 Fix docker build
and add catchall route
2021-12-20 20:05:05 +00:00

11 lines
150 B
Plaintext

server {
listen 8080;
server_name localhost;
location / {
root /app;
try_files $uri /$uri /index.html;
}
}