What type of hardware are you using: Other(?) What YunoHost version are you running: 12.1.39 How are you able to access your server: SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I did disable some services sith systemctl
Describe your issue
nginx won’t start on boot but it will start with no problem if I systemctl start nginx
Share relevant logs or error messages
sudo systemctl status nginx
× nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Fri 2026-05-15 10:12:47 -04; 1min 17s ago
Docs: man:nginx(8)
Process: 1088 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
CPU: 149ms
May 15 10:12:46 eticadigital.eu systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server...
May 15 10:12:47 eticadigital.eu nginx[1088]: 2026/05/15 10:12:46 [warn] 1088#1088: duplicate extension "wasm", content type: "application/wasm", previous content type: "application/wasm" in /etc/nginx/conf.d/nextcloud.eticadigital.eu.d/nextcloud.conf:9
May 15 10:12:47 eticadigital.eu nginx[1088]: 2026/05/15 10:12:46 [warn] 1088#1088: duplicate extension "wasm", content type: "application/wasm", previous content type: "application/wasm" in /etc/nginx/conf.d/ref.eticadigital.eu.d/nextcloud__2.conf:9
May 15 10:12:47 eticadigital.eu nginx[1088]: 2026/05/15 10:12:46 [emerg] 1088#1088: host not found in upstream "ap.ghost.org" in /etc/nginx/conf.d/jandra.eticadigital.eu.d/ghost.conf:11
May 15 10:12:47 eticadigital.eu nginx[1088]: nginx: configuration file /etc/nginx/nginx.conf test failed
May 15 10:12:47 eticadigital.eu systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
May 15 10:12:47 eticadigital.eu systemd[1]: nginx.service: Failed with result 'exit-code'.
May 15 10:12:47 eticadigital.eu systemd[1]: Failed to start nginx.service - A high performance web server and a reverse proxy server.
now, when I updated ghost, the config file /etc/nginx/conf.d/jandra.eticadigital.eu.d/ghost.conf went back to the original and the problem presented again