changes for docker deployment
This commit is contained in:
12
fotos-nginx.conf
Normal file
12
fotos-nginx.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 8080;
|
||||
index index.html;
|
||||
location /static {
|
||||
alias /app/static;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
location / {
|
||||
include uwsgi_params;
|
||||
uwsgi_pass unix:///tmp/uwsgi.sock;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user