summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/doy.conf
blob: 15c3932fc938e4e130e5293efb7d365f118d4332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
server {
    listen       80 default;
    server_name  tozt.net;

    access_log   /var/log/nginx/doy.access.log;
    error_log    /var/log/nginx/doy.error.log;

    rewrite      ^(.*) https://$host$1 permanent;
}
# vim:ft=nginx