NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/conf/nginx/templates/nginx.conf.j2

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

nginx.conf.j2 on main
Author Date Commit Line Code
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1
user  nginx;
Open commit View diff
1 user nginx;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
2
worker_processes  auto;
Open commit View diff
2 worker_processes auto;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
3
Open commit View diff
3
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
4
error_log  /var/log/nginx/error.log notice;
Open commit View diff
4 error_log /var/log/nginx/error.log notice;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
5
pid        /var/run/nginx.pid;
Open commit View diff
5 pid /var/run/nginx.pid;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
6
Open commit View diff
6
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
7
Open commit View diff
7
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
8
events {
Open commit View diff
8 events {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
9
    worker_connections  1024;
Open commit View diff
9 worker_connections 1024;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
10
}
Open commit View diff
10 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
11
Open commit View diff
11
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
12
Open commit View diff
12
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
13
http {
Open commit View diff
13 http {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
14
    include /etc/nginx/mime.types;
Open commit View diff
14 include /etc/nginx/mime.types;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
15
    default_type  application/octet-stream;
Open commit View diff
15 default_type application/octet-stream;
Patrik Kernstock 8 months ago 7b29c1f

Disable nginx server_tokens in http context (#6873)

Full commit hash
7b29c1f30401942ed39950a514fd59e0b8b4694d
Author
Patrik Kernstock <[email protected]>
Date
8 months ago
Selected line
16
    server_tokens off;
Open commit View diff
16 server_tokens off;
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
17
Open commit View diff
17
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
18
    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
Open commit View diff
18 log_format main '$remote_addr - $remote_user [$time_local] "$request" '
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
19
                      '$status $body_bytes_sent "$http_referer" '
Open commit View diff
19 '$status $body_bytes_sent "$http_referer" '
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
20
                      '"$http_user_agent" "$http_x_forwarded_for"';
Open commit View diff
20 '"$http_user_agent" "$http_x_forwarded_for"';
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
21
Open commit View diff
21
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
22
    access_log  /var/log/nginx/access.log  main;
Open commit View diff
22 access_log /var/log/nginx/access.log main;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
23
Open commit View diff
23
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
24
    sendfile        on;
Open commit View diff
24 sendfile on;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
25
    #tcp_nopush     on;
Open commit View diff
25 #tcp_nopush on;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
26
Open commit View diff
26
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
27
    keepalive_timeout  65;
Open commit View diff
27 keepalive_timeout 65;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
28
Open commit View diff
28
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
29
    #gzip  on;
Open commit View diff
29 #gzip on;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
30
Open commit View diff
30
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
31
    # map-size.conf:
Open commit View diff
31 # map-size.conf:
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
32
    map_hash_max_size 256;
Open commit View diff
32 map_hash_max_size 256;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
33
    map_hash_bucket_size 256;
Open commit View diff
33 map_hash_bucket_size 256;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
34
Open commit View diff
34
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
35
    # site.conf:
Open commit View diff
35 # site.conf:
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
36
    proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h  max_size=1g;
Open commit View diff
36 proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
37
    server_names_hash_max_size 512;
Open commit View diff
37 server_names_hash_max_size 512;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
38
    server_names_hash_bucket_size 128;
Open commit View diff
38 server_names_hash_bucket_size 128;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
39
Open commit View diff
39
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
40
    map $http_x_forwarded_proto $client_req_scheme {
Open commit View diff
40 map $http_x_forwarded_proto $client_req_scheme {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
41
        default $scheme;
Open commit View diff
41 default $scheme;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
42
        https https;
Open commit View diff
42 https https;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
43
    }
Open commit View diff
43 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
44
Open commit View diff
44
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
45
    {% if HTTP_REDIRECT %}
Open commit View diff
45 {% if HTTP_REDIRECT %}
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
46
    # HTTP to HTTPS redirect
Open commit View diff
46 # HTTP to HTTPS redirect
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
47
    server {
Open commit View diff
47 server {
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
48
        root /web;
Open commit View diff
48 root /web;
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
49
        listen {{ HTTP_PORT }} default_server;
Open commit View diff
49 listen {{ HTTP_PORT }} default_server;
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
50
        listen [::]:{{ HTTP_PORT }} default_server;
Open commit View diff
50 listen [::]:{{ HTTP_PORT }} default_server;
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
51
Open commit View diff
51
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
52
        server_name {{ MAILCOW_HOSTNAME }} autodiscover.* autoconfig.* mta-sts.* {{ ADDITIONAL_SERVER_NAMES | join(' ') }};
Open commit View diff
52 server_name {{ MAILCOW_HOSTNAME }} autodiscover.* autoconfig.* mta-sts.* {{ ADDITIONAL_SERVER_NAMES | join(' ') }};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
53
Open commit View diff
53
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
54
        if ( $request_uri ~* "%0A|%0D" ) { return 403; }
Open commit View diff
54 if ( $request_uri ~* "%0A|%0D" ) { return 403; }
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
55
        location ^~ /.well-known/acme-challenge/ {
Open commit View diff
55 location ^~ /.well-known/acme-challenge/ {
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
56
            allow all;
Open commit View diff
56 allow all;
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
57
            default_type "text/plain";
Open commit View diff
57 default_type "text/plain";
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
58
        }
Open commit View diff
58 }
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
59
        location ^~ /.well-known/mta-sts.txt {
Open commit View diff
59 location ^~ /.well-known/mta-sts.txt {
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
60
            allow all;
Open commit View diff
60 allow all;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
61
            fastcgi_split_path_info ^(.+\.php)(/.+)$;
Open commit View diff
61 fastcgi_split_path_info ^(.+\.php)(/.+)$;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
62
            fastcgi_pass {{ PHPFPMHOST }}:9002;
Open commit View diff
62 fastcgi_pass {{ PHPFPMHOST }}:9002;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
63
            include /etc/nginx/fastcgi_params;
Open commit View diff
63 include /etc/nginx/fastcgi_params;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
64
            fastcgi_param SCRIPT_FILENAME $document_root/mta-sts.php;
Open commit View diff
64 fastcgi_param SCRIPT_FILENAME $document_root/mta-sts.php;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
65
            fastcgi_param PATH_INFO $fastcgi_path_info;
Open commit View diff
65 fastcgi_param PATH_INFO $fastcgi_path_info;
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
66
        }
Open commit View diff
66 }
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
67
        location / {
Open commit View diff
67 location / {
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
68
            return 301 https://$host$uri$is_args$args;
Open commit View diff
68 return 301 https://$host$uri$is_args$args;
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
69
        }
Open commit View diff
69 }
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
70
    }
Open commit View diff
70 }
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
71
    {%endif%}
Open commit View diff
71 {%endif%}
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
72
Open commit View diff
72
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
73
    # Default Server Name
Open commit View diff
73 # Default Server Name
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
74
    server {
Open commit View diff
74 server {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
75
        listen 127.0.0.1:65510; # sogo-auth verify internal
Open commit View diff
75 listen 127.0.0.1:65510; # sogo-auth verify internal
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
76
Open commit View diff
76
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
77
        {% if not HTTP_REDIRECT %}
Open commit View diff
77 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
78
        listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
78 listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
79
        {%endif%}
Open commit View diff
79 {%endif%}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
80
        listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
80 listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
81
Open commit View diff
81
patr_ 10 months ago 84e230d

[Nginx] fix: Disable IPv6 support in Nginx configuration (#6736)

Full commit hash
84e230de8f68705f8cf9b7ef20bc18525275bd35
Author
patr_ <[email protected]>
Date
10 months ago
Selected line
82
        {% if ENABLE_IPV6 %}
Open commit View diff
82 {% if ENABLE_IPV6 %}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
83
        {% if not HTTP_REDIRECT %}
Open commit View diff
83 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 7bcd61e

[Nginx] Generate includes for custom configs

Full commit hash
7bcd61ecb553aadc69efa517802ef581d054a261
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
84
        listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
84 listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
85
        {%endif%}
Open commit View diff
85 {%endif%}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
86
        listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
86 listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
FreddleSpl0it over 1 year ago 7bcd61e

[Nginx] Generate includes for custom configs

Full commit hash
7bcd61ecb553aadc69efa517802ef581d054a261
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
87
        {%endif%}
Open commit View diff
87 {%endif%}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
88
Open commit View diff
88
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
89
        http2 on;
Open commit View diff
89 http2 on;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
90
Open commit View diff
90
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
91
        ssl_certificate /etc/ssl/mail/cert.pem;
Open commit View diff
91 ssl_certificate /etc/ssl/mail/cert.pem;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
92
        ssl_certificate_key /etc/ssl/mail/key.pem;
Open commit View diff
92 ssl_certificate_key /etc/ssl/mail/key.pem;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
93
Open commit View diff
93
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
94
        server_name {{ MAILCOW_HOSTNAME }} autodiscover.* autoconfig.* mta-sts.*;
Open commit View diff
94 server_name {{ MAILCOW_HOSTNAME }} autodiscover.* autoconfig.* mta-sts.*;
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
95
Open commit View diff
95
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
96
        include /etc/nginx/includes/sites-default.conf;
Open commit View diff
96 include /etc/nginx/includes/sites-default.conf;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
97
    }
Open commit View diff
97 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
98
Open commit View diff
98
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
99
    # Additional Server Names
Open commit View diff
99 # Additional Server Names
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
100
    {% for SERVER_NAME in ADDITIONAL_SERVER_NAMES %}
Open commit View diff
100 {% for SERVER_NAME in ADDITIONAL_SERVER_NAMES %}
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
101
    server {
Open commit View diff
101 server {
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
102
        listen 127.0.0.1:65510; # sogo-auth verify internal
Open commit View diff
102 listen 127.0.0.1:65510; # sogo-auth verify internal
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
103
Open commit View diff
103
same change e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
104
        {% if not HTTP_REDIRECT %}
Open commit View diff
104 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
105
        listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
105 listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
106
        {%endif%}
Open commit View diff
106 {%endif%}
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
107
        listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
107 listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
108
Open commit View diff
108
patr_ 10 months ago 84e230d

[Nginx] fix: Disable IPv6 support in Nginx configuration (#6736)

Full commit hash
84e230de8f68705f8cf9b7ef20bc18525275bd35
Author
patr_ <[email protected]>
Date
10 months ago
Selected line
109
        {% if ENABLE_IPV6 %}
Open commit View diff
109 {% if ENABLE_IPV6 %}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
110
        {% if not HTTP_REDIRECT %}
Open commit View diff
110 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
111
        listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
111 listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
112
        {%endif%}
Open commit View diff
112 {%endif%}
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
113
        listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
113 listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
114
        {%endif%}
Open commit View diff
114 {%endif%}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
115
Open commit View diff
115
FreddleSpl0it over 1 year ago 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
116
        http2 on;
Open commit View diff
116 http2 on;
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
117
Open commit View diff
117
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
118
        ssl_certificate /etc/ssl/mail/cert.pem;
Open commit View diff
118 ssl_certificate /etc/ssl/mail/cert.pem;
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
119
        ssl_certificate_key /etc/ssl/mail/key.pem;
Open commit View diff
119 ssl_certificate_key /etc/ssl/mail/key.pem;
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
120
Open commit View diff
120
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
121
        server_name {{ SERVER_NAME }};
Open commit View diff
121 server_name {{ SERVER_NAME }};
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
122
Open commit View diff
122
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
123
        include /etc/nginx/includes/sites-default.conf;
Open commit View diff
123 include /etc/nginx/includes/sites-default.conf;
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
124
    }
Open commit View diff
124 }
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
125
    {% endfor %}
Open commit View diff
125 {% endfor %}
same change 0ad327b

[Nginx] Use separate vhosts for additional server names

Full commit hash
0ad327bbe56a8a14d1de2ed88343b571f343d127
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
126
Open commit View diff
126
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
127
    # rspamd dynmaps:
Open commit View diff
127 # rspamd dynmaps:
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
128
    server {
Open commit View diff
128 server {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
129
        listen 8081;
Open commit View diff
129 listen 8081;
patr_ 10 months ago 84e230d

[Nginx] fix: Disable IPv6 support in Nginx configuration (#6736)

Full commit hash
84e230de8f68705f8cf9b7ef20bc18525275bd35
Author
patr_ <[email protected]>
Date
10 months ago
Selected line
130
        {% if ENABLE_IPV6 %}
Open commit View diff
130 {% if ENABLE_IPV6 %}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
131
        listen [::]:8081;
Open commit View diff
131 listen [::]:8081;
FreddleSpl0it over 1 year ago 1fca328

[Nginx] Disable IPv6 listener for Rspamd dynmaps when DISABLE_IPv6=y

Full commit hash
1fca328266eb980da6ca8376db51c9ea201d59c6
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
132
        {%endif%}
Open commit View diff
132 {%endif%}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
133
        index index.php index.html;
Open commit View diff
133 index index.php index.html;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
134
        server_name _;
Open commit View diff
134 server_name _;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
135
        error_log  /var/log/nginx/error.log;
Open commit View diff
135 error_log /var/log/nginx/error.log;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
136
        access_log /var/log/nginx/access.log;
Open commit View diff
136 access_log /var/log/nginx/access.log;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
137
        root /dynmaps;
Open commit View diff
137 root /dynmaps;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
138
Open commit View diff
138
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
139
        location ~ \.php$ {
Open commit View diff
139 location ~ \.php$ {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
140
            try_files $uri =404;
Open commit View diff
140 try_files $uri =404;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
141
            fastcgi_split_path_info ^(.+\.php)(/.+)$;
Open commit View diff
141 fastcgi_split_path_info ^(.+\.php)(/.+)$;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
142
            fastcgi_pass {{ PHPFPMHOST }}:9001;
Open commit View diff
142 fastcgi_pass {{ PHPFPMHOST }}:9001;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
143
            fastcgi_index index.php;
Open commit View diff
143 fastcgi_index index.php;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
144
            include fastcgi_params;
Open commit View diff
144 include fastcgi_params;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
145
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Open commit View diff
145 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
146
            fastcgi_param PATH_INFO $fastcgi_path_info;
Open commit View diff
146 fastcgi_param PATH_INFO $fastcgi_path_info;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
147
        }
Open commit View diff
147 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
148
    }
Open commit View diff
148 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
149
Open commit View diff
149
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
150
    # rspamd meta_exporter:
Open commit View diff
150 # rspamd meta_exporter:
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
151
    server {
Open commit View diff
151 server {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
152
        listen 9081;
Open commit View diff
152 listen 9081;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
153
        index index.php index.html;
Open commit View diff
153 index index.php index.html;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
154
        server_name _;
Open commit View diff
154 server_name _;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
155
        error_log  /var/log/nginx/error.log;
Open commit View diff
155 error_log /var/log/nginx/error.log;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
156
        access_log /var/log/nginx/access.log;
Open commit View diff
156 access_log /var/log/nginx/access.log;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
157
        root /meta_exporter;
Open commit View diff
157 root /meta_exporter;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
158
        client_max_body_size 10M;
Open commit View diff
158 client_max_body_size 10M;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
159
        location ~ \.php$ {
Open commit View diff
159 location ~ \.php$ {
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
160
            client_max_body_size 10M;
Open commit View diff
160 client_max_body_size 10M;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
161
            try_files $uri =404;
Open commit View diff
161 try_files $uri =404;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
162
            fastcgi_split_path_info ^(.+\.php)(/.+)$;
Open commit View diff
162 fastcgi_split_path_info ^(.+\.php)(/.+)$;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
163
            fastcgi_pass {{ PHPFPMHOST }}:9001;
Open commit View diff
163 fastcgi_pass {{ PHPFPMHOST }}:9001;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
164
            fastcgi_index pipe.php;
Open commit View diff
164 fastcgi_index pipe.php;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
165
            include fastcgi_params;
Open commit View diff
165 include fastcgi_params;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
166
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Open commit View diff
166 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
167
            fastcgi_param PATH_INFO $fastcgi_path_info;
Open commit View diff
167 fastcgi_param PATH_INFO $fastcgi_path_info;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
168
        }
Open commit View diff
168 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
169
    }
Open commit View diff
169 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
170
Open commit View diff
170
FreddleSpl0it over 1 year ago a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
171
    server {
Open commit View diff
171 server {
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
172
        listen 9082 ssl http2;
Open commit View diff
172 listen 9082 ssl http2;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
173
Open commit View diff
173
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
174
        ssl_certificate /etc/ssl/mail/cert.pem;
Open commit View diff
174 ssl_certificate /etc/ssl/mail/cert.pem;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
175
        ssl_certificate_key /etc/ssl/mail/key.pem;
Open commit View diff
175 ssl_certificate_key /etc/ssl/mail/key.pem;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
176
Open commit View diff
176
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
177
        index mailcowauth.php;
Open commit View diff
177 index mailcowauth.php;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
178
        server_name _;
Open commit View diff
178 server_name _;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
179
        error_log  /var/log/nginx/error.log;
Open commit View diff
179 error_log /var/log/nginx/error.log;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
180
        access_log /var/log/nginx/access.log;
Open commit View diff
180 access_log /var/log/nginx/access.log;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
181
        root /mailcowauth;
Open commit View diff
181 root /mailcowauth;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
182
        client_max_body_size 10M;
Open commit View diff
182 client_max_body_size 10M;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
183
        location ~ \.php$ {
Open commit View diff
183 location ~ \.php$ {
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
184
            client_max_body_size 10M;
Open commit View diff
184 client_max_body_size 10M;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
185
            try_files $uri =404;
Open commit View diff
185 try_files $uri =404;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
186
            fastcgi_split_path_info ^(.+\.php)(/.+)$;
Open commit View diff
186 fastcgi_split_path_info ^(.+\.php)(/.+)$;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
187
            fastcgi_pass phpfpm:9001;
Open commit View diff
187 fastcgi_pass phpfpm:9001;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
188
            include fastcgi_params;
Open commit View diff
188 include fastcgi_params;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
189
            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Open commit View diff
189 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
190
            fastcgi_param PATH_INFO $fastcgi_path_info;
Open commit View diff
190 fastcgi_param PATH_INFO $fastcgi_path_info;
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
191
        }
Open commit View diff
191 }
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
192
    }
Open commit View diff
192 }
same change a41bb55

Merge remote-tracking branch 'origin/staging' into nightly

Full commit hash
a41bb55c830802acfea73e6f654f197d08d16111
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
193
Open commit View diff
193
FreddleSpl0it over 1 year ago 65fb4c2

[Nginx] Move conf.d include before SNI vhosts

Full commit hash
65fb4c2aa81cb779bed1a4ad75836a151eab46db
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
194
    include /etc/nginx/conf.d/*.conf;
Open commit View diff
194 include /etc/nginx/conf.d/*.conf;
same change 65fb4c2

[Nginx] Move conf.d include before SNI vhosts

Full commit hash
65fb4c2aa81cb779bed1a4ad75836a151eab46db
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
195
Open commit View diff
195
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
196
    {% for cert in valid_cert_dirs %}
Open commit View diff
196 {% for cert in valid_cert_dirs %}
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
197
    server {
Open commit View diff
197 server {
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
198
        {% if not HTTP_REDIRECT %}
Open commit View diff
198 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
199
        listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
199 listen {{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
200
        {%endif%}
Open commit View diff
200 {%endif%}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
201
        listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
201 listen {{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
202
Open commit View diff
202
patr_ 10 months ago 84e230d

[Nginx] fix: Disable IPv6 support in Nginx configuration (#6736)

Full commit hash
84e230de8f68705f8cf9b7ef20bc18525275bd35
Author
patr_ <[email protected]>
Date
10 months ago
Selected line
203
        {% if ENABLE_IPV6 %}
Open commit View diff
203 {% if ENABLE_IPV6 %}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
204
        {% if not HTTP_REDIRECT %}
Open commit View diff
204 {% if not HTTP_REDIRECT %}
FreddleSpl0it over 1 year ago 7bcd61e

[Nginx] Generate includes for custom configs

Full commit hash
7bcd61ecb553aadc69efa517802ef581d054a261
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
205
        listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
Open commit View diff
205 listen [::]:{{ HTTP_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%};
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
206
        {%endif%}
Open commit View diff
206 {%endif%}
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
207
        listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
Open commit View diff
207 listen [::]:{{ HTTPS_PORT }}{% if NGINX_USE_PROXY_PROTOCOL %} proxy_protocol{%endif%} ssl;
FreddleSpl0it over 1 year ago 7bcd61e

[Nginx] Generate includes for custom configs

Full commit hash
7bcd61ecb553aadc69efa517802ef581d054a261
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
208
        {%endif%}
Open commit View diff
208 {%endif%}
FreddleSpl0it over 1 year ago e645f93

[Nginx] Add env var for HTTP to HTTPS redirection

Full commit hash
e645f931dc04c8b8754927d90275a2e77a03931d
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
209
Open commit View diff
209
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
210
        http2 on;
Open commit View diff
210 http2 on;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
211
Open commit View diff
211
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
212
        ssl_certificate {{ cert.cert_path }}cert.pem;
Open commit View diff
212 ssl_certificate {{ cert.cert_path }}cert.pem;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
213
        ssl_certificate_key {{ cert.cert_path }}key.pem;
Open commit View diff
213 ssl_certificate_key {{ cert.cert_path }}key.pem;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
214
Open commit View diff
214
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
215
        server_name {{ cert.domains }};
Open commit View diff
215 server_name {{ cert.domains }};
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
216
Open commit View diff
216
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
217
        include /etc/nginx/includes/sites-default.conf;
Open commit View diff
217 include /etc/nginx/includes/sites-default.conf;
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
218
    }
Open commit View diff
218 }
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
219
    {% endfor %}
Open commit View diff
219 {% endfor %}
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
220
}
Open commit View diff
220 }