fix: use correct paths in nginx conf

This commit is contained in:
Ricardo Arturo Cabral Mejia
2022-02-13 20:13:59 +00:00
parent 8fab1e9f79
commit a1ce293daf

View File

@@ -1,6 +1,6 @@
server {
listen 80;
root /app/public;
root /app;
location / {
index index.html;