1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Remove useless nginx/uwsgi config

This commit is contained in:
Alexandre Iooss
2020-09-01 14:19:24 +02:00
parent bfd08fec09
commit 6de46a9264
3 changed files with 1 additions and 54 deletions

View File

@ -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;