Strange, because I did the renewal 3 month ago and everything went alright. Not sure what I exactly did tough...
My nginx.conf is only going to other files
user www-data;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
include /etc/nginx/conf-enabled/*.conf;
include /etc/nginx/sites-enabled/*.conf;
}
Which leads to folders with symbolic link (not sure how to follow them with windows/filezilla) :
!