Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Sv translation
languageen
Remarque

This page is no longer being updated. From BlueMind 4.8, please refer to the new BlueMind documentation

Introduction

Nginx virtual host files (such as  "/etc/nginx/sites-enabled/bm-client-access") are managed by BlueMind and must absolutely not be modified.

These files are replaced during system updates, as a result, all local modifications are lost.

You can, however, add configuration files into "/etc/nginx/sites-enabled/" to customize configuration.

X-Frame-Option configuration

By default, BlueMind can be included into a frame.

This behavior can be changed by adding the X-Frame-Options HTTP header to Nginx responses.

Bloc de code
languagebash
~$ sudo sh -c 'echo "add_header X-Frame-Options DENY;" >> /etc/nginx/sites-enabled/configuration.local'
~$ sudo /etc/init.d/nginx restart

For more information on the X-Frame-Options response header, please refer to the Mozilla documentation.



Sv translation
languagede
Remarque

Diese Seite ist nicht mehr aktuell. Ab der Version BlueMind 4.8 finden Sie alle Infos in der neuen Dokumentation

Nginx-Dateien für virtuelle Hosts (z.B. /etc/nginx/sites-enabled/bm-client-access) werden von BlueMind verwaltet und dürfen unter keinen Umständen geändert werden.

Diese Dateien werden bei Systemaktualisierungsvorgängen ersetzt, wobei alle lokalen Änderungen verloren gehen.

Es ist jedoch möglich, Konfigurationsdateien in /etc/nginx/bm-local.d/ hinzuzufügen, um benutzerdefinierte Konfigurationen hinzuzufügen.