taobin-sheet
This commit is contained in:
commit
be1cd2876a
5 changed files with 545 additions and 0 deletions
9
nginx.conf
Normal file
9
nginx.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
|
||||
listen 80;
|
||||
|
||||
location /static/ {
|
||||
alias /taobin_project/;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue