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

11 lines
251 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name ~^bijoe.*;
access_log /var/log/nginx/bijoe-access.log combined_full;
error_log /var/log/nginx/bijoe-error.log;
include snippets/publik-bijoe.conf;
}