Commit f52739ef authored by Adam Parák's avatar Adam Parák 💬
Browse files

Delete nginx.conf

parent d0466970
Loading
Loading
Loading
Loading

nginx.conf

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
server {
  listen 80;
  listen [::]:80;
  root /usr/app;
  location / {
    try_files $uri /index.html;  
  }
}
 No newline at end of file