···7676sudo systemctl start nginx
77777878# ------------------------------
7979-# Configurer Nginx pour l'app (wildcard)
7979+# Configurer Nginx pour l'app (wildcard) sur port 80 only le temps de mettre en place SSL
8080# ------------------------------
8181NGINX_CONF="/etc/nginx/sites-available/$DOMAIN"
8282sudo tee $NGINX_CONF > /dev/null <<EOF