publik-common/doc/nginx/sites-available/bijoe.conf

15 lines
472 B
Plaintext

server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ~^statistique ~^bijoe;
access_log /var/log/nginx/bijoe-access.log combined_full;
error_log /var/log/nginx/bijoe-error.log;
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
include snippets/publik-openssl.conf;
include snippets/publik-bijoe.conf;
}