Hi
Thanks for your reply
With step 2, it seems to go further, but still fails
Here is the terminal log with explanations
terminal3.log (59.0 KB)
Hi
Thanks for your reply
With step 2, it seems to go further, but still fails
Here is the terminal log with explanations
terminal3.log (59.0 KB)
Hello @sosfc
It seems that one issue has been resolved, but a new one has appeared, and it is related to the Nginx service.
Please run the following commands and share the output with us:
sudo nginx -t
sudo service nginx restart; echo "exit code: $?"
systemctl status nginx.service
journalctl -xeu nginx.service --no-pager | tail -50
tail -50 /var/log/nginx/error.log
ss -tlnp | grep -E ':80 |:443 '
ls -la /etc/nginx/sites-enabled/ /etc/nginx/includes/
Hi
Thanks for your reply.
Doing as listed above, you will find the result in the terminal4.log file.
nginx seems to fail due to le line 19 which is {{DOCKER_APP_SUBNET}} 0;
It’s not a docker version, it’s a package version and docker is not installed
Thanks,
Fernand
terminal4.log (32.7 KB)
It seems that this folder /etc/nginx/sites-available/onlyoffice contains a copy of ssl template which is preventing the update process. Please remove it and install the correct package:
sudo rm -rf /etc/nginx/sites-available/onlyoffice
sudo apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" onlyoffice-communityserver
Please let us know the result.
Hi
Thanks for your reply. Here is the result :
root@workspace:/home/sosfc# sudo apt-get install --reinstall -o Dpkg::Options::=“–force-confmiss” onlyoffice-communityserver
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 122 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
E: Internal Error, No file name for onlyoffice-communityserver:amd64
root@workspace:/home/sosfc#
Have I missed something ?
Thanks
Let’s check that you can get this package. Please run:
sudo apt-get update
apt-cache policy onlyoffice-communityserver
Please show us the output result.
Hi,
This is the result :
root@workspace:/home/sosfc# apt-get update
Atteint :1 Index of /packages/debian/ buster InRelease
Réception de :2 Index of /debian-security bookworm-security InRelease [34,8 kB]
Atteint :3 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Atteint :4 Index of /debian bookworm InRelease
Atteint :5 http://download.onlyoffice.com/repo/debian squeeze InRelease
Atteint :6 Index of /232905/apt/debian bookworm InRelease
Réception de :7 Index of /debian bookworm-updates InRelease [55,4 kB]
Atteint :8 https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal InRelease
Atteint :9 https://deb.nodesource.com/node_16.x nodistro InRelease
Réception de :10 Index of /debian-security bookworm-security/main Sources [220 kB]
Atteint :11 Pain itself, and of. bookworm InRelease
Réception de :12 Index of /debian-security bookworm-security/main amd64 Packages [318 kB]
Réception de :13 Index of /debian-security bookworm-security/main Translation-en [194 kB]
Ign :14 Index of /debian/12/prod/ bookworm InRelease
Ign :15 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease
Ign :14 Index of /debian/12/prod/ bookworm InRelease
Ign :15 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease
Ign :14 Index of /debian/12/prod/ bookworm InRelease
Ign :15 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease
Err :14 Index of /debian/12/prod/ bookworm InRelease
Connexion à packages.microsoft.com: 443 (192.168.1.240) impossible. - connect (111: Connexion refusée)
Err :15 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease
Connexion à download.mono-project.com: 443 (192.168.1.240) impossible. - connect (111: Connexion refusée)
822 ko réceptionnés en 17s (47,5 ko/s)
Lecture des listes de paquets… Fait
W: Impossible de récupérer https://packages.microsoft.com/debian/12/prod/dists/bookworm/InRelease Connexion à packages.microsoft.com: 443 (192.168.1.240) impossible. - connect (111: Connexion refusée)
W: Impossible de récupérer https://download.mono-project.com/repo/debian/dists/stable-buster/snapshots/6.8.0.123/InRelease Connexion à download.mono-project.com: 443 (192.168.1.240) impossible. - connect (111: Connexion refusée)
W: Le téléchargement de quelques fichiers d’index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
root@workspace:/home/sosfc# apt-cache policy onlyoffice-communityserver
onlyoffice-communityserver:
Installé : 12.8.0.1971
Candidat : 12.8.0.1971
Table de version :
*** 12.8.0.1971 500
500 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages
100 /var/lib/dpkg/status
root@workspace:/home/sosfc#
I think I may have found the issue. I compared your command with mine:
sudo rm -rf /etc/nginx/sites-available/onlyoffice
sudo apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" onlyoffice-communityserver
I think I missed something
root@workspace:/home/sosfc# sudo apt-get install --reinstall -o Dpkg::Options::=”–force-confmiss” onlyoffice-communityserver
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 124 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
E: Internal Error, No file name for onlyoffice-communityserver:amd64
root@workspace:/home/sosfc#
Hello @sosfc
Something is going wrong on your server. You downloaded the package previously, so the current error is a bit confusing.
Please try the following steps to update the package indexes and clear the cache:
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" onlyoffice-communityserver
If the issue persists, please run the following commands to download the package:
sudo apt-get install --reinstall --download-only onlyoffice-communityserver
ls -la /var/cache/apt/archives/ | grep onlyoffice
sudo dpkg -i /var/cache/apt/archives/onlyoffice-communityserver_12.8.0.1971*.deb
If both steps fail, please show us the output of the following commands:
grep -r onlyoffice /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null
apt-get update 2>&1 | tail -30
Hi, thanks for your reply.
It seems that you found the problem. The server does not want to download the onlyoffice-communityserver deb file
Hello @sosfc
Sorry for the late reply. Yes, it seems we have found the issue. Let’s try digging why the package isn’t being saved. Please show us the output result of these commands:
apt-config dump | grep -i Keep-Downloaded-Packages
find /var/cache/apt -name "onlyoffice-communityserver*.deb"
apt-get -o Debug::pkgAcquire::Worker=1 --reinstall --download-only install onlyoffice-communityserver
Hi
There is the result :
root@workspace:/home/sosfc# apt-config dump | grep -i Keep-Downloaded-Packages
Binary::apt::APT::Keep-Downloaded-Packages “0”;
root@workspace:/home/sosfc# find /var/cache/apt -name “onlyoffice-communityserver*.deb”
root@workspace:/home/sosfc# apt-get -o Debug::pkgAcquire::Worker=1 --reinstall --download-only install onlyoffice-communityserver
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 132 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
Téléchargement achevé et dans le mode téléchargement uniquement
root@workspace:/home/sosfc#
Thank you, please show me the output result of this command:
grep -r onlyoffice /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null
apt-get update 2>&1 | tail -30
Hi Alexandre
Thanks for your reply.
Here is the result
root@workspace:/home/sosfc# grep -r onlyoffice /etc/apt/sources.list /etc/apt/sources.list.d/ 2>/dev/null
/etc/apt/sources.list.d/onlyoffice.list:deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] http://download.onlyoffice.com/repo/debian squeeze main
root@workspace:/home/sosfc# apt-get update 2>&1 | tail -30
Atteint :1 http://download.onlyoffice.com/repo/debian squeeze InRelease
Atteint :2 Index of /debian bookworm InRelease
Réception de :3 Index of /debian-security bookworm-security InRelease [34,8 kB]
Atteint :4 https://artifacts.elastic.co/packages/7.x/apt stable InRelease
Réception de :5 Index of /debian bookworm-updates InRelease [55,4 kB]
Atteint :6 https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal InRelease
Atteint :7 https://deb.nodesource.com/node_16.x nodistro InRelease
Réception de :8 Index of /debian-security bookworm-security/main Sources [221 kB]
Atteint :9 Index of /packages/debian/ buster InRelease
Réception de :10 Index of /232905/apt/debian bookworm InRelease [30,0 kB]
Atteint :11 Pain itself, and of. bookworm InRelease
Réception de :12 Index of /debian-security bookworm-security/main amd64 Packages [321 kB]
Atteint :13 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease
Réception de :14 Index of /232905/apt/debian bookworm/mysql-tools amd64 Packages [4.168 B]
Réception de :15 Index of /debian-security bookworm-security/main Translation-en [197 kB]
Réception de :16 Index of /debian/12/prod/ bookworm InRelease [3.618 B]
Réception de :17 Index of /debian/12/prod/ bookworm/main arm64 Packages [131 kB]
Réception de :18 Index of /debian/12/prod/ bookworm/main amd64 Packages [243 kB]
Réception de :19 Index of /debian/12/prod/ bookworm/main armhf Packages [19,0 kB]
1.260 ko réceptionnés en 3s (479 ko/s)
Lecture des listes de paquets…
W: Distribution en conflit : https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (stable-buster/snapshots/6.8.0.123 attendu, mais buster obtenu)
root@workspace:/home/sosfc#
Hello @sosfc
The more we investigated, the more I came to believe that there’s a local issue on the server. Please try clearing and rebuilding the package cache, it may help:
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" onlyoffice-communityserver
If that doesn’t help, please try the following:
wget http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb -O /tmp/onlyoffice-communityserver.deb
sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::="--force-confmiss"
Please let us know the result.
Hello, hanks for your reply.
Here is the result (not ok) :
root@workspace:/home/sosfc# apt-get clean
root@workspace:/home/sosfc# rm -rf /var/lib/apt/list
listchanges.db lists/
root@workspace:/home/sosfc# rm -rf /var/lib/apt/lists/*
root@workspace:/home/sosfc# apt update
Réception de :1 http://download.onlyoffice.com/repo/debian squeeze InRelease [10,7 kB]
Réception de :2 http://download.onlyoffice.com/repo/debian squeeze/main amd64 Packages [49,3 kB]
Réception de :3 https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal InRelease [7.518 B]
Réception de :4 Index of /debian-security bookworm-security InRelease [34,8 kB]
Réception de :5 Index of /debian bookworm InRelease [151 kB]
Réception de :6 Index of /packages/debian/ buster InRelease [3.601 B]
Réception de :7 https://artifacts.elastic.co/packages/7.x/apt stable InRelease [13,7 kB]
Réception de :8 https://deb.nodesource.com/node_16.x nodistro InRelease [12,1 kB]
Réception de :9 Index of /debian-security bookworm-security/non-free-firmware Sources [796 B]
Réception de :10 https://d2nlctn12v279m.cloudfront.net/repo/mono/ubuntu focal/main amd64 Packages [607 B]
Réception de :11 Index of /packages/debian/ buster/nginx amd64 Packages [24,8 kB]
Réception de :12 Index of /232905/apt/debian bookworm InRelease [30,0 kB]
Réception de :13 https://artifacts.elastic.co/packages/7.x/apt stable/main amd64 Packages [145 kB]
Réception de :14 Index of /debian-security bookworm-security/main Sources [236 kB]
Réception de :15 https://deb.nodesource.com/node_16.x nodistro/main amd64 Packages [7.462 B]
Réception de :16 Index of /debian bookworm-updates InRelease [55,4 kB]
Réception de :17 Pain itself, and of. bookworm InRelease [151 kB]
Réception de :18 Index of /debian bookworm/non-free-firmware Sources [7.152 B]
Réception de :19 Index of /debian-security bookworm-security/main amd64 Packages [326 kB]
Réception de :20 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease [5.887 B]
Réception de :21 Index of /232905/apt/debian bookworm/mysql-8.0 Sources [964 B]
Réception de :22 Index of /debian-security bookworm-security/main Translation-en [202 kB]
Réception de :23 Index of /debian-security bookworm-security/non-free-firmware amd64 Packages [688 B]
Réception de :24 Index of /debian-security bookworm-security/non-free-firmware Translation-en [472 B]
Réception de :25 Index of /debian bookworm/main Sources [9.492 kB]
Réception de :26 Index of /232905/apt/debian bookworm/mysql-apt-config amd64 Packages [568 B]
Réception de :27 https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123/main amd64 Packages [48,6 kB]
Réception de :28 Index of /232905/apt/debian bookworm/mysql-8.0 amd64 Packages [12,7 kB]
Réception de :29 Index of /debian/12/prod/ bookworm InRelease [3.618 B]
Réception de :30 Index of /232905/apt/debian bookworm/mysql-tools amd64 Packages [4.166 B]
Réception de :31 Index of /debian/12/prod/ bookworm/main armhf Packages [20,7 kB]
Réception de :32 Pain itself, and of. bookworm/contrib Sources [51,1 kB]
Réception de :33 Index of /debian/12/prod/ bookworm/main all Packages [576 B]
Réception de :34 Index of /debian/12/prod/ bookworm/main amd64 Packages [291 kB]
Réception de :35 Pain itself, and of. bookworm/main Sources [9.492 kB]
Réception de :36 Index of /debian/12/prod/ bookworm/main arm64 Packages [170 kB]
Réception de :37 Pain itself, and of. bookworm/main amd64 Packages [8.790 kB]
Réception de :38 Pain itself, and of. bookworm/main Translation-fr [2.728 kB]
Réception de :39 Pain itself, and of. bookworm/main Translation-en [6.107 kB]
Réception de :40 Pain itself, and of. bookworm/main amd64 DEP-11 Metadata [4.492 kB]
Réception de :41 Index of /debian bookworm/main amd64 Packages [8.790 kB]
Réception de :42 Pain itself, and of. bookworm/contrib amd64 Packages [53,5 kB]
Réception de :43 Pain itself, and of. bookworm/contrib Translation-en [48,4 kB]
Réception de :44 Pain itself, and of. bookworm/contrib amd64 DEP-11 Metadata [16,5 kB]
Réception de :45 Index of /debian bookworm/main Translation-en [6.107 kB]
Réception de :46 Index of /debian bookworm/main Translation-fr [2.728 kB]
Réception de :47 Index of /debian bookworm/main amd64 DEP-11 Metadata [4.492 kB]
Réception de :48 Index of /debian bookworm/non-free-firmware amd64 Packages [6.368 B]
Réception de :49 Index of /debian bookworm/non-free-firmware Translation-en [20,9 kB]
Réception de :50 Index of /debian bookworm/non-free-firmware amd64 DEP-11 Metadata [15,5 kB]
Réception de :51 Index of /debian bookworm-updates/main Sources [3.288 B]
Réception de :52 Index of /debian bookworm-updates/main amd64 Packages [6.924 B]
Réception de :53 Index of /debian bookworm-updates/main Translation-en [5.448 B]
65,5 Mo réceptionnés en 1min 51s (588 ko/s)
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
137 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
W: Distribution en conflit : https://download.mono-project.com/repo/debian stable-buster/snapshots/6.8.0.123 InRelease (stable-buster/snapshots/6.8.0.123 attendu, mais buster obtenu)
root@workspace:/home/sosfc# sudo apt-get install --reinstall -o Dpkg::Options::=“–force-confmiss” onlyoffice-communityserver
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 137 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
E: Internal Error, No file name for onlyoffice-communityserver:amd64
root@workspace:/home/sosfc# cd /tmp
root@workspace:/tmp# wget http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb -O /tmp/onlyoffice-communityserver.deb
sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::=“–force-confmiss”
–2026-08-09 17:43:43-- http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb
Résolution de download.onlyoffice.com (download.onlyoffice.com)… 109.61.86.70, 2a02:6ea0:f900::3
Connexion à download.onlyoffice.com (download.onlyoffice.com)|109.61.86.70|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 803067940 (766M) [binary/octet-stream]
Sauvegarde en : « /tmp/onlyoffice-communityserver.deb »
/tmp/onlyoffice-communityserver.d 100%[==========================================================>] 765,87M 2,34MB/s ds 6m 20s
2026-08-09 17:50:02 (2,02 MB/s) — « /tmp/onlyoffice-communityserver.deb » sauvegardé [803067940/803067940]
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
Note : sélection de « onlyoffice-communityserver » au lieu de « /tmp/onlyoffice-communityserver.deb »
onlyoffice-communityserver est déjà la version la plus récente (12.8.0.1971).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 137 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] n
Annulation.
root@workspace:/tmp# sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::=“–force-confmiss”
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
Note : sélection de « onlyoffice-communityserver » au lieu de « /tmp/onlyoffice-communityserver.deb »
onlyoffice-communityserver est déjà la version la plus récente (12.8.0.1971).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 137 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Paramétrage de onlyoffice-communityserver (12.8.0.1971) …
onlyoffice CHARACTER SET utf8 COLLATE utf8_general_ciDear @sosfc
Thank you for the provided data! Please follow my steps:
sudo mv /etc/nginx/sites-available/onlyoffice /etc/nginx/sites-available/onlyoffice.bak
wget http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb -O /tmp/onlyoffice-communityserver.deb
sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::="--force-confmiss"
If it doesn’t help, let’s check Nginx service and show us the output result of these commands:
sudo nginx -t
cat -n /etc/nginx/sites-available/onlyoffice
sudo service nginx restart; echo "exit code: $?"
systemctl status nginx.service
journalctl -xeu nginx.service --no-pager | tail -50
tail -50 /var/log/nginx/error.log
ls -la /etc/nginx/sites-enabled/ /etc/nginx/includes/
Hello Alexandre
There is the result (nok)
root@workspace:/home/sosfc# wget http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb -O /tmp/onlyoffice-communityserver.deb
–2026-08-13 08:40:16-- http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb
Résolution de download.onlyoffice.com (download.onlyoffice.com)… 109.61.86.70, 2a02:6ea0:f900::3
Connexion à download.onlyoffice.com (download.onlyoffice.com)|109.61.86.70|:80… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 803067940 (766M) [binary/octet-stream]
Sauvegarde en : « /tmp/onlyoffice-communityserver.deb »
/tmp/onlyoffice-communityserver.deb 100%[=================================================================================================================>] 765,87M 1,92MB/s ds 7m 52s
2026-08-13 08:48:09 (1,62 MB/s) — « /tmp/onlyoffice-communityserver.deb » sauvegardé [803067940/803067940]
root@workspace:/home/sosfc# sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::=“–force-confmiss”
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances… Fait
Lecture des informations d’état… Fait
Note : sélection de « onlyoffice-communityserver » au lieu de « /tmp/onlyoffice-communityserver.deb »
onlyoffice-communityserver est déjà la version la plus récente (12.8.0.1971).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 137 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d’espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n]
Paramétrage de onlyoffice-communityserver (12.8.0.1971) …
onlyoffice CHARACTER SET utf8 COLLATE utf8_general_ci;’root@workspace:/home/sosfc# sudo nginx -t
2026/08/13 08:51:24 [emerg] 2305828#2305828: unexpected “{” in /etc/nginx/sites-enabled/onlyoffice:19
nginx: configuration file /etc/nginx/nginx.conf test failed
root@workspace:/home/sosfc# cat -n /etc/nginx/sites-available/onlyoffice
cat: /etc/nginx/sites-available/onlyoffice: Aucun fichier ou dossier de ce type
root@workspace:/home/sosfc# sudo service nginx restart; echo “exit code: $?”
Job for nginx.service failed because the control process exited with error code.
See “systemctl status nginx.service” and “journalctl -xeu nginx.service” for details.
exit code: 1
root@workspace:/home/sosfc# tail -50 /var/log/nginx/error.log
root@workspace:/home/sosfc# ls -la /etc/nginx/sites-enabled/ /etc/nginx/includes/
/etc/nginx/includes/:
total 80
drwxr-xr-x 2 root root 4096 13 août 08:50 .
drwxr-xr-x 9 root root 4096 13 août 08:49 ..
-rw-r–r-- 1 root root 51 13 juil. 17:41 ds-cache.conf
lrwxrwxrwx 1 root root 61 28 avril 2015 ds-common.conf → ../../onlyoffice/documentserver/nginx/includes/ds-common.conf
lrwxrwxrwx 1 root root 65 28 avril 2015 ds-docservice.conf → ../../onlyoffice/documentserver/nginx/includes/ds-docservice.conf
lrwxrwxrwx 1 root root 70 28 avril 2015 ds-example.conf → ../../onlyoffice/documentserver-example/nginx/includes/ds-example.conf
lrwxrwxrwx 1 root root 66 28 avril 2015 ds-letsencrypt.conf → ../../onlyoffice/documentserver/nginx/includes/ds-letsencrypt.conf
lrwxrwxrwx 1 root root 65 28 avril 2015 ds-mime.types.conf → ../../onlyoffice/documentserver/nginx/includes/ds-mime.types.conf
lrwxrwxrwx 1 root root 63 28 avril 2015 http-common.conf → ../../onlyoffice/documentserver/nginx/includes/http-common.conf
-rw-r–r-- 1 root root 3706 17 avril 2015 onlyoffice-communityserver-common.conf
-rw-r–r-- 1 root root 1551 17 avril 2015 onlyoffice-communityserver-common.conf.template
-rw-r–r-- 1 root root 1154 17 avril 2015 onlyoffice-communityserver-common-init.conf.template
-rw-r–r-- 1 root root 3572 17 avril 2015 onlyoffice-communityserver-common-ssl.conf.template
-rw-r–r-- 1 root root 82 17 avril 2015 onlyoffice-communityserver-letsencrypt.conf
-rw-r–r-- 1 root root 685 17 avril 2015 onlyoffice-communityserver-nginx.conf.template
-rw-r–r-- 1 root root 642 13 août 08:50 onlyoffice-communityserver-proxy-to-controlpanel.conf
-rw-r–r-- 1 root root 655 17 avril 2015 onlyoffice-communityserver-proxy-to-controlpanel.conf.template
-rw-r–r-- 1 root root 685 13 août 08:50 onlyoffice-communityserver-proxy-to-documentserver.conf
-rw-r–r-- 1 root root 693 17 avril 2015 onlyoffice-communityserver-proxy-to-documentserver.conf.template
-rw-r–r-- 1 root root 2746 17 avril 2015 onlyoffice-communityserver-services.conf
/etc/nginx/sites-enabled/:
total 12
drwxr-xr-x 2 root root 4096 13 août 08:39 .
drwxr-xr-x 9 root root 4096 13 août 08:49 ..
-rw-r–r-- 1 root root 3614 30 oct. 2025 onlyoffice
root@workspace:/home/sosfc# journalctl -xeu nginx.service --no-pager | tail -50
août 13 08:52:21 workspace nginx[2305920]: 2026/08/13 08:52:21 [emerg] 2305920#2305920: unexpected “{” in /etc/nginx/sites-enabled/onlyoffice:19
août 13 08:52:21 workspace nginx[2305920]: nginx: configuration file /etc/nginx/nginx.conf test failed
août 13 08:52:21 workspace systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ An ExecStartPre= process belonging to unit nginx.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 1.
août 13 08:52:21 workspace systemd[1]: nginx.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ The unit nginx.service has entered the ‘failed’ state with result ‘exit-code’.
août 13 08:52:21 workspace systemd[1]: Failed to start nginx.service - A high performance web server and a reverse proxy server.
░░ Subject: L’unité (unit) nginx.service a échoué
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ L’unité (unit) nginx.service a échoué, avec le résultat failed.
août 13 08:52:56 workspace systemd[1]: Starting nginx.service - A high performance web server and a reverse proxy server…
░░ Subject: L’unité (unit) nginx.service a commencé à démarrer
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ L’unité (unit) nginx.service a commencé à démarrer.
août 13 08:52:56 workspace nginx[2305995]: 2026/08/13 08:52:56 [emerg] 2305995#2305995: unexpected “{” in /etc/nginx/sites-enabled/onlyoffice:19
août 13 08:52:56 workspace nginx[2305995]: nginx: configuration file /etc/nginx/nginx.conf test failed
août 13 08:52:56 workspace systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ An ExecStartPre= process belonging to unit nginx.service has exited.
░░
░░ The process’ exit code is ‘exited’ and its exit status is 1.
août 13 08:52:56 workspace systemd[1]: nginx.service: Failed with result ‘exit-code’.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ The unit nginx.service has entered the ‘failed’ state with result ‘exit-code’.
août 13 08:52:56 workspace systemd[1]: Failed to start nginx.service - A high performance web server and a reverse proxy server.
░░ Subject: L’unité (unit) nginx.service a échoué
░░ Defined-By: systemd
░░ Support: Debian -- User Support
░░
░░ L’unité (unit) nginx.service a échoué, avec le résultat failed.
root@workspace:/home/sosfc#
The line 19 of my file is
{{DOCKER_APP_SUBNET}} 0;
But I don’t have docker installed on this server (packages version)
Please move the config from sites-enabled as well:
sudo mv /etc/nginx/sites-enabled/onlyoffice /etc/nginx/sites-enabled/onlyoffice.bak
and run the previous steps again:
sudo mv /etc/nginx/sites-available/onlyoffice /etc/nginx/sites-available/onlyoffice.bak
wget http://download.onlyoffice.com/repo/debian/pool/main/o/onlyoffice-communityserver/onlyoffice-communityserver_12.8.0.1971_all.deb -O /tmp/onlyoffice-communityserver.deb
sudo apt install /tmp/onlyoffice-communityserver.deb -o Dpkg::Options::="--force-confmiss"
Please let us know the result.