Include database file properly

This commit is contained in:
2022-10-15 22:36:11 +01:00
parent 3b26d413a6
commit 5995ded170
4 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ server {
}
location / {
include /etc/nginx/uwsgi_params; # the uwsgi_params file you installed
proxy_pass http://django;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;