public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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;
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;
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
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;
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;
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
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
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 {
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;
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
}
}
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
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
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 {
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;
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;
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;
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
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" '
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" '
'$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"';
'"$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
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;
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
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;
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;
#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
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;
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
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;
#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
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:
# 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;
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;
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
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:
# 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;
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;
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;
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
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 {
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;
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;
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
}
}
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
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 %}
{% 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
# 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 {
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;
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;
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;
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
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(' ') }};
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
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; }
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/ {
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;
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";
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
}
}
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 {
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;
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)(/.+)$;
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;
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;
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;
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;
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
}
}
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 / {
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;
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
}
}
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
}
}
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%}
{%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
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
# 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 {
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
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
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 %}
{% 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%};
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%}
{%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;
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
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 %}
{% 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 %}
{% 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%};
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%}
{%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;
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%}
{%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
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;
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
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;
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;
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
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.*;
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
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;
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
}
}
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
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
# 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 %}
{% 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 {
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
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
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 %}
{% 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%};
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%}
{%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;
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
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 %}
{% 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 %}
{% 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%};
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%}
{%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;
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%}
{%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
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;
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
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;
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;
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
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 }};
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
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;
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
}
}
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 %}
{% 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
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:
# 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 {
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;
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 %}
{% 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;
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%}
{%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;
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 _;
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;
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;
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;
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
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$ {
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;
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)(/.+)$;
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;
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;
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;
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;
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;
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
}
}
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
}
}
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
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:
# 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 {
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;
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;
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 _;
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;
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;
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;
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;
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$ {
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;
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;
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)(/.+)$;
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;
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;
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;
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;
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;
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
}
}
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
}
}
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
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 {
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;
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
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;
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;
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
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;
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 _;
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;
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;
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;
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;
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$ {
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;
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;
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)(/.+)$;
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;
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;
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;
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;
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
}
}
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
}
}
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
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;
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
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 %}
{% 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 {
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 %}
{% 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%};
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%}
{%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;
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
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 %}
{% 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 %}
{% 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%};
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%}
{%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;
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%}
{%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
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;
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
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;
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;
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
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 }};
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
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;
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
}
}
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 %}
{% 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
}
}