move config files into config/
This commit is contained in:
parent
6d7be57dcf
commit
0d3daf5fa3
4 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +0,0 @@
|
|||
server {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
try_files $uri /$uri /index.html;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# This file is copied to the netlify deploy dir in the upload stage
|
||||
|
||||
# Redirect any unknown path to index.html
|
||||
/* /index.html 200
|
||||
Loading…
Add table
Add a link
Reference in a new issue