Outils pour utilisateurs

Outils du site


service_de_cloud_nextcloud

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
service_de_cloud_nextcloud [2020/05/29 16:32] – [Dépendances] adminservice_de_cloud_nextcloud [2021/05/08 13:25] – modification externe 127.0.0.1
Ligne 153: Ligne 153:
          
     proxy_set_header        Upgrade           $http_upgrade;     proxy_set_header        Upgrade           $http_upgrade;
-    proxy_set_header        Connection        \"upgrade\";+    proxy_set_header        Connection        "upgrade";
     proxy_set_header        Host              $host;     proxy_set_header        Host              $host;
     proxy_set_header        X-Real-IP         $remote_addr;     proxy_set_header        X-Real-IP         $remote_addr;
Ligne 164: Ligne 164:
     proxy_buffers           32 4k;     proxy_buffers           32 4k;
     proxy_intercept_errors  on;     proxy_intercept_errors  on;
-    add_header              Strict-Transport-Security         \"max-age=15768000; includeSubDomains; preload;\";+    add_header              Strict-Transport-Security         "max-age=15768000; includeSubDomains; preload;";
     add_header              X-Robots-Tag none always;      add_header              X-Robots-Tag none always; 
     add_header              X-Download-Options                noopen always;     add_header              X-Download-Options                noopen always;
     add_header              X-Permitted-Cross-Domain-Policies none always;     add_header              X-Permitted-Cross-Domain-Policies none always;
-    add_header              X-Content-Type-Options            \"nosniff\" always; +    add_header              X-Content-Type-Options            "nosniff" always; 
-    add_header              X-XSS-Protection                  \"1; mode=block\" always; +    add_header              X-XSS-Protection                  "1; mode=block" always; 
-    add_header              Referrer-Policy                   \"no-referrer\" always; +    add_header              Referrer-Policy                   "no-referrer" always; 
-    add_header              X-Frame-Options                   \"SAMEORIGIN\" always;+    add_header              X-Frame-Options                   "SAMEORIGIN" always;
     fastcgi_hide_header     X-Powered-By;     fastcgi_hide_header     X-Powered-By;
     fastcgi_read_timeout    3600;     fastcgi_read_timeout    3600;
Ligne 188: Ligne 188:
     gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;     gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;
     gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy;     gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy;
-    gzip_disable \"MSIE [1-6]\.\";+    gzip_disable "MSIE [1-6]\.";
          
     root /var/www/nextcloud/;     root /var/www/nextcloud/;
Ligne 262: Ligne 262:
 </code> </code>
  
-Vous devrez également ajouter le domaine cloud.sleto.net dans le [[Serveur DNS (bind9)]] 
service_de_cloud_nextcloud.txt · Dernière modification : 2023/02/07 17:59 de admin