doc/nginx: enable http2 in site-available examples

This commit is contained in:
Thomas NOËL 2019-11-27 17:13:21 +01:00
parent d166d96f4b
commit 79156d98a0
13 changed files with 26 additions and 25 deletions

View File

@ -1,5 +1,6 @@
server {
listen 80 default_server;
listen 80 default_server http2;
listen [::]:80 default_server http2;
server_name ~.*;
access_log /var/log/nginx/http-to-https-access.log combined_full;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^connexion ~^login ~^authent;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^statistique ~^bijoe;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^agenda ~^chrono;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^agent ~^portail ~^compte ~^mon\.;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^annonce ~^corbo;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^portedoc ~^porte-doc ~^fargo;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^hobo;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^mandayejs;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^passerelle;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443;
listen [::]:443;
listen 443 http2;
listen [::]:443 http2;
server_name ~^demarche ~^form;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^courrier ~^welco;
include snippets/publik-ssl.conf;

View File

@ -1,6 +1,6 @@
server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
listen 443 ssl default_server http2;
listen [::]:443 ssl default_server http2;
server_name _;
include snippets/publik-ssl.conf;