This commit is contained in:
parent
8bf4403d21
commit
d1f77e8514
4 changed files with 69 additions and 0 deletions
7
conf/default
Normal file
7
conf/default
Normal file
|
@ -0,0 +1,7 @@
|
|||
server {
|
||||
listen 80;
|
||||
location / {
|
||||
root /assets;
|
||||
autoindex on;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue