update
This commit is contained in:
13
deployment/scripts/nginx/nginx.conf
Normal file
13
deployment/scripts/nginx/nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
events {}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
location /static/ {
|
||||
alias /usr/src/app/static/;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user