Remove useless nginx/uwsgi config
This commit is contained in:
parent
bfd08fec09
commit
6de46a9264
3 changed files with 1 additions and 54 deletions
|
|
@ -53,7 +53,7 @@ server {
|
|||
# Finally, send all non-media requests to the Django server.
|
||||
location / {
|
||||
uwsgi_pass note;
|
||||
include /var/www/note_kfet/uwsgi_params; # the uwsgi_params file you installed
|
||||
include /etc/nginx/uwsgi_params;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/nk20-beta.crans.org/fullchain.pem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue