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/sites-default.conf.j2
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
sites-default.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
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
- 2
charset utf-8;
charset utf-8;
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
override_charset on;
override_charset 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
- 4
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
server_tokens off;
server_tokens off;
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
ssl_protocols TLSv1.2 TLSv1.3;
ssl_protocols TLSv1.2 TLSv1.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
- 8
ssl_prefer_server_ciphers on;
ssl_prefer_server_ciphers 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
- 9
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305;
ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305;
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
ssl_ecdh_curve X25519:X448:secp384r1:secp256k1;
ssl_ecdh_curve X25519:X448:secp384r1:secp256k1;
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
ssl_session_cache shared:SSL:50m;
ssl_session_cache shared:SSL:50m;
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
ssl_session_timeout 1d;
ssl_session_timeout 1d;
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
ssl_session_tickets off;
ssl_session_tickets off;
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
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
add_header Strict-Transport-Security "max-age=15768000;";
add_header Strict-Transport-Security "max-age=15768000;";
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
- 16
add_header X-Content-Type-Options nosniff;
add_header X-Content-Type-Options nosniff;
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
- 17
add_header X-Robots-Tag none;
add_header X-Robots-Tag none;
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
add_header X-Download-Options noopen;
add_header X-Download-Options noopen;
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
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Frame-Options "SAMEORIGIN" always;
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
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Permitted-Cross-Domain-Policies none;
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
add_header Referrer-Policy strict-origin;
add_header Referrer-Policy strict-origin;
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
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
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
- 24
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
client_max_body_size 0;
client_max_body_size 0;
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
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
- 28
gzip_disable "msie6";
gzip_disable "msie6";
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
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
gzip_vary on;
gzip_vary 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
- 31
gzip_proxied off;
gzip_proxied off;
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
gzip_comp_level 6;
gzip_comp_level 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
- 33
gzip_buffers 16 8k;
gzip_buffers 16 8k;
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
gzip_http_version 1.1;
gzip_http_version 1.1;
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
gzip_min_length 256;
gzip_min_length 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
- 36
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml image/x-icon;
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml image/x-icon;
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
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
location ~ ^/(fonts|js|css|img)/ {
location ~ ^/(fonts|js|css|img)/ {
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
expires max;
expires max;
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
add_header Cache-Control public;
add_header Cache-Control public;
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
}
}
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
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
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
- 44
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
- 45
fastcgi_hide_header X-Powered-By;
fastcgi_hide_header X-Powered-By;
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
- 46
absolute_redirect off;
absolute_redirect off;
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
- 47
root /web;
root /web;
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
- 48
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
- 49
# If behind reverse proxy, forwards the correct IP
# If behind reverse proxy, forwards the correct IP
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
- 50
set_real_ip_from 10.0.0.0/8;
set_real_ip_from 10.0.0.0/8;
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
- 51
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 172.16.0.0/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
- 52
set_real_ip_from 192.168.0.0/16;
set_real_ip_from 192.168.0.0/16;
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
- 53
set_real_ip_from fc00::/7;
set_real_ip_from fc00::/7;
FreddleSpl0it
over 1 year ago
a567d5d
[Nginx] Add support for trusted proxies via env var
- Full commit hash
a567d5dc3193286684fdf0b7cf287817bdfe6581- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 54
{% for TRUSTED_PROXY in TRUSTED_PROXIES %}
{% for TRUSTED_PROXY in TRUSTED_PROXIES %}
same change
a567d5d
[Nginx] Add support for trusted proxies via env var
- Full commit hash
a567d5dc3193286684fdf0b7cf287817bdfe6581- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 55
set_real_ip_from {{ TRUSTED_PROXY }};
set_real_ip_from {{ TRUSTED_PROXY }};
same change
a567d5d
[Nginx] Add support for trusted proxies via env var
- Full commit hash
a567d5dc3193286684fdf0b7cf287817bdfe6581- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 56
{% endfor %}
{% endfor %}
same change
a567d5d
[Nginx] Add support for trusted proxies via env var
- Full commit hash
a567d5dc3193286684fdf0b7cf287817bdfe6581- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 57
{% if not NGINX_USE_PROXY_PROTOCOL %}
{% if not NGINX_USE_PROXY_PROTOCOL %}
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
- 58
real_ip_header X-Forwarded-For;
real_ip_header 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
- 59
{% else %}
{% else %}
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
- 60
real_ip_header proxy_protocol;
real_ip_header proxy_protocol;
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
- 61
{% endif %}
{% endif %}
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
- 62
real_ip_recursive on;
real_ip_recursive 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
- 63
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
- 64
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
- 65
location @strip-ext {
location @strip-ext {
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
- 66
rewrite ^(.*)$ $1.php last;
rewrite ^(.*)$ $1.php last;
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
- 67
}
}
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
- 68
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
- 69
location ^~ /inc/lib/ {
location ^~ /inc/lib/ {
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
- 70
deny all;
deny all;
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
- 71
return 403;
return 403;
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
- 72
}
}
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
- 73
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
- 74
location ^~ /.well-known/acme-challenge/ {
location ^~ /.well-known/acme-challenge/ {
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
allow all;
allow all;
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
- 76
default_type "text/plain";
default_type "text/plain";
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
- 77
}
}
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
- 78
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
- 79
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
- 80
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
- 81
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
- 82
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
- 83
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
- 84
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
- 85
}
}
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
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
- 87
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent;
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent;
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
- 88
rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent;
rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent;
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
- 89
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
location / {
location / {
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
try_files $uri $uri/ @strip-ext;
try_files $uri $uri/ @strip-ext;
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
}
}
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
- 94
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
- 95
location /qhandler {
location /qhandler {
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
rewrite ^/qhandler/(.*)/(.*) /qhandler.php?action=$1&hash=$2;
rewrite ^/qhandler/(.*)/(.*) /qhandler.php?action=$1&hash=$2;
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
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
- 99
location /edit {
location /edit {
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
- 100
rewrite ^/edit/(.*)/(.*) /edit.php?$1=$2;
rewrite ^/edit/(.*)/(.*) /edit.php?$1=$2;
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
- 101
}
}
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
- 102
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
- 103
location ~ ^/api/v1/(.*)$ {
location ~ ^/api/v1/(.*)$ {
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
- 104
try_files $uri $uri/ /json_api.php?query=$1&$args;
try_files $uri $uri/ /json_api.php?query=$1&$args;
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
- 105
}
}
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
- 106
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
- 107
location ~ ^/cache/(.*)$ {
location ~ ^/cache/(.*)$ {
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
- 108
try_files $uri $uri/ /resource.php?file=$1;
try_files $uri $uri/ /resource.php?file=$1;
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
- 109
}
}
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
- 110
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
- 111
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
- 112
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
- 113
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
- 114
fastcgi_pass {{ PHPFPMHOST }}:9002;
fastcgi_pass {{ PHPFPMHOST }}:9002;
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
- 115
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
- 116
include /etc/nginx/fastcgi_params;
include /etc/nginx/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
- 117
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
- 118
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
- 119
fastcgi_read_timeout 3600;
fastcgi_read_timeout 3600;
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
- 120
fastcgi_send_timeout 3600;
fastcgi_send_timeout 3600;
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
- 121
}
}
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
- 122
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
- 123
location ~* ^/Autodiscover/Autodiscover.xml {
location ~* ^/Autodiscover/Autodiscover.xml {
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
- 124
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
- 125
fastcgi_pass {{ PHPFPMHOST }}:9002;
fastcgi_pass {{ PHPFPMHOST }}:9002;
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
- 126
include /etc/nginx/fastcgi_params;
include /etc/nginx/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
- 127
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
- 128
try_files /autodiscover.php =404;
try_files /autodiscover.php =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
- 129
}
}
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
- 130
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
- 131
location ~* ^/Autodiscover/Autodiscover.json {
location ~* ^/Autodiscover/Autodiscover.json {
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
- 132
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
- 133
fastcgi_pass {{ PHPFPMHOST }}:9002;
fastcgi_pass {{ PHPFPMHOST }}:9002;
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
include /etc/nginx/fastcgi_params;
include /etc/nginx/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
- 135
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
- 136
try_files /autodiscover-json.php =404;
try_files /autodiscover-json.php =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
- 137
}
}
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 ~ /(?:m|M)ail/(?:c|C)onfig-v1.1.xml {
location ~ /(?:m|M)ail/(?:c|C)onfig-v1.1.xml {
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
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
- 141
fastcgi_pass {{ PHPFPMHOST }}:9002;
fastcgi_pass {{ PHPFPMHOST }}:9002;
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
include /etc/nginx/fastcgi_params;
include /etc/nginx/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
- 143
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
- 144
try_files /autoconfig.php =404;
try_files /autoconfig.php =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
- 145
}
}
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
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
{% if not SKIP_RSPAMD %}
{% if not SKIP_RSPAMD %}
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
location /rspamd/ {
location /rspamd/ {
FreddleSpl0it
over 1 year ago
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 149
location /rspamd/auth {
location /rspamd/auth {
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 150
# proxy_pass is not inherited
# proxy_pass is not inherited
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 151
proxy_pass http://{{ RSPAMDHOST }}:11334/auth;
proxy_pass http://{{ RSPAMDHOST }}:11334/auth;
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 152
proxy_intercept_errors on;
proxy_intercept_errors on;
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 153
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 154
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 155
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 156
proxy_redirect off;
proxy_redirect off;
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 157
error_page 401 /_rspamderror.php;
error_page 401 /_rspamderror.php;
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 158
}
}
same change
3a81b84
[Nginx] Fix #6275
- Full commit hash
3a81b84cf7af2ed7787446a154710f0c34ffe92c- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 159
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
- 160
proxy_pass http://{{ RSPAMDHOST }}:11334/;
proxy_pass http://{{ RSPAMDHOST }}:11334/;
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
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
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
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
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
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
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
proxy_redirect off;
proxy_redirect off;
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
}
}
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
{% endif %}
{% endif %}
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
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
{% if not SKIP_SOGO %}
{% if not SKIP_SOGO %}
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
location ^~ /principals {
location ^~ /principals {
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
return 301 /SOGo/dav;
return 301 /SOGo/dav;
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
- 171
}
}
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
- 172
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
- 173
location /sogo-auth-verify {
location /sogo-auth-verify {
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
- 174
internal;
internal;
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
- 175
proxy_set_header X-Original-URI $request_uri;
proxy_set_header X-Original-URI $request_uri;
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
- 176
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
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
- 177
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
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
- 178
proxy_set_header Content-Length "";
proxy_set_header Content-Length "";
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
- 179
proxy_pass http://127.0.0.1:65510/sogo-auth;
proxy_pass http://127.0.0.1:65510/sogo-auth;
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
- 180
proxy_pass_request_body off;
proxy_pass_request_body off;
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
- 181
}
}
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
- 182
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
- 183
location ^~ /Microsoft-Server-ActiveSync {
location ^~ /Microsoft-Server-ActiveSync {
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
- 184
auth_request /sogo-auth-verify;
auth_request /sogo-auth-verify;
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
- 185
auth_request_set $user $upstream_http_x_user;
auth_request_set $user $upstream_http_x_user;
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
- 186
auth_request_set $auth $upstream_http_x_auth;
auth_request_set $auth $upstream_http_x_auth;
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
- 187
auth_request_set $auth_type $upstream_http_x_auth_type;
auth_request_set $auth_type $upstream_http_x_auth_type;
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
- 188
proxy_set_header x-webobjects-remote-user "$user";
proxy_set_header x-webobjects-remote-user "$user";
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
- 189
proxy_set_header Authorization "$auth";
proxy_set_header Authorization "$auth";
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
- 190
proxy_set_header x-webobjects-auth-type "$auth_type";
proxy_set_header x-webobjects-auth-type "$auth_type";
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
- 191
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
- 192
proxy_pass http://{{ SOGOHOST }}:20000/SOGo/Microsoft-Server-ActiveSync;
proxy_pass http://{{ SOGOHOST }}:20000/SOGo/Microsoft-Server-ActiveSync;
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
- 193
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
- 194
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
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
- 195
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
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
- 196
proxy_connect_timeout 75;
proxy_connect_timeout 75;
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
proxy_send_timeout 3600;
proxy_send_timeout 3600;
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
- 198
proxy_read_timeout 3600;
proxy_read_timeout 3600;
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
- 199
proxy_buffer_size 128k;
proxy_buffer_size 128k;
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
- 200
proxy_buffers 64 512k;
proxy_buffers 64 512k;
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
- 201
proxy_busy_buffers_size 512k;
proxy_busy_buffers_size 512k;
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
- 202
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
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
- 203
client_body_buffer_size 512k;
client_body_buffer_size 512k;
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
- 204
client_max_body_size 0;
client_max_body_size 0;
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
- 205
}
}
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
- 206
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
- 207
location ^~ /SOGo {
location ^~ /SOGo {
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
- 208
location ~* ^/SOGo/so/.*\.(xml|js|html|xhtml)$ {
location ~* ^/SOGo/so/.*\.(xml|js|html|xhtml)$ {
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
- 209
auth_request /sogo-auth-verify;
auth_request /sogo-auth-verify;
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
- 210
auth_request_set $user $upstream_http_x_user;
auth_request_set $user $upstream_http_x_user;
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
auth_request_set $auth $upstream_http_x_auth;
auth_request_set $auth $upstream_http_x_auth;
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
auth_request_set $auth_type $upstream_http_x_auth_type;
auth_request_set $auth_type $upstream_http_x_auth_type;
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
proxy_set_header x-webobjects-remote-user "$user";
proxy_set_header x-webobjects-remote-user "$user";
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
proxy_set_header Authorization "$auth";
proxy_set_header Authorization "$auth";
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
proxy_set_header x-webobjects-auth-type "$auth_type";
proxy_set_header x-webobjects-auth-type "$auth_type";
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
proxy_pass http://{{ SOGOHOST }}:20000;
proxy_pass http://{{ SOGOHOST }}:20000;
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
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
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
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
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
- 221
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
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
- 222
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
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
- 223
proxy_set_header x-webobjects-remote-host $remote_addr;
proxy_set_header x-webobjects-remote-host $remote_addr;
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
- 224
proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-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
- 225
proxy_set_header x-webobjects-server-url $client_req_scheme://$http_host;
proxy_set_header x-webobjects-server-url $client_req_scheme://$http_host;
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
- 226
proxy_set_header x-webobjects-server-port $server_port;
proxy_set_header x-webobjects-server-port $server_port;
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
- 227
proxy_hide_header Content-Type;
proxy_hide_header Content-Type;
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
- 228
add_header Content-Type text/plain;
add_header Content-Type text/plain;
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
- 229
break;
break;
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
- 230
}
}
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
- 231
auth_request /sogo-auth-verify;
auth_request /sogo-auth-verify;
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
- 232
auth_request_set $user $upstream_http_x_user;
auth_request_set $user $upstream_http_x_user;
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
- 233
auth_request_set $auth $upstream_http_x_auth;
auth_request_set $auth $upstream_http_x_auth;
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
- 234
auth_request_set $auth_type $upstream_http_x_auth_type;
auth_request_set $auth_type $upstream_http_x_auth_type;
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
- 235
proxy_set_header x-webobjects-remote-user "$user";
proxy_set_header x-webobjects-remote-user "$user";
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
- 236
proxy_set_header Authorization "$auth";
proxy_set_header Authorization "$auth";
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
- 237
proxy_set_header x-webobjects-auth-type "$auth_type";
proxy_set_header x-webobjects-auth-type "$auth_type";
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
- 238
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
- 239
proxy_pass http://{{ SOGOHOST }}:20000;
proxy_pass http://{{ SOGOHOST }}:20000;
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
- 240
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
- 241
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Forwarded-For {% if not NGINX_USE_PROXY_PROTOCOL %}$proxy_add_x_forwarded_for{% else %}$proxy_protocol_addr{%endif%};
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
- 242
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
proxy_set_header X-Real-IP {% if not NGINX_USE_PROXY_PROTOCOL %}$remote_addr{% else %}$proxy_protocol_addr{%endif%};
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
- 243
proxy_set_header Host $http_host;
proxy_set_header Host $http_host;
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
- 244
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
proxy_set_header x-webobjects-server-protocol HTTP/1.0;
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
- 245
proxy_set_header x-webobjects-remote-host $remote_addr;
proxy_set_header x-webobjects-remote-host $remote_addr;
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
- 246
proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-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
- 247
proxy_set_header x-webobjects-server-url $client_req_scheme://$http_host;
proxy_set_header x-webobjects-server-url $client_req_scheme://$http_host;
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
- 248
proxy_set_header x-webobjects-server-port $server_port;
proxy_set_header x-webobjects-server-port $server_port;
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
- 249
proxy_buffer_size 128k;
proxy_buffer_size 128k;
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
- 250
proxy_buffers 64 512k;
proxy_buffers 64 512k;
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
- 251
proxy_busy_buffers_size 512k;
proxy_busy_buffers_size 512k;
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
- 252
proxy_send_timeout 3600;
proxy_send_timeout 3600;
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
- 253
proxy_read_timeout 3600;
proxy_read_timeout 3600;
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
- 254
client_body_buffer_size 128k;
client_body_buffer_size 128k;
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
- 255
client_max_body_size 0;
client_max_body_size 0;
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
- 256
break;
break;
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
- 257
}
}
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
- 258
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
- 259
location ~* /sogo$ {
location ~* /sogo$ {
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
- 260
return 301 $client_req_scheme://$http_host/SOGo;
return 301 $client_req_scheme://$http_host/SOGo;
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
- 261
}
}
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
- 262
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
- 263
location /SOGo.woa/WebServerResources/ {
location /SOGo.woa/WebServerResources/ {
FreddleSpl0it
5 months ago
e848226
[SOGo] Update paths from /usr/lib/ to /usr/local/lib/
- Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 264
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
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
- 265
}
}
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
- 266
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
- 267
location /.woa/WebServerResources/ {
location /.woa/WebServerResources/ {
FreddleSpl0it
5 months ago
e848226
[SOGo] Update paths from /usr/lib/ to /usr/local/lib/
- Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 268
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
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
- 269
}
}
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
- 270
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
- 271
location /SOGo/WebServerResources/ {
location /SOGo/WebServerResources/ {
FreddleSpl0it
5 months ago
e848226
[SOGo] Update paths from /usr/lib/ to /usr/local/lib/
- Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 272
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
alias /usr/local/lib/GNUstep/SOGo/WebServerResources/;
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
- 273
}
}
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
- 274
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
- 275
location (^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$) {
location (^/SOGo/so/ControlPanel/Products/[^/]*UI/Resources/.*\.(jpg|png|gif|css|js)$) {
FreddleSpl0it
5 months ago
e848226
[SOGo] Update paths from /usr/lib/ to /usr/local/lib/
- Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 276
alias /usr/local/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
alias /usr/local/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
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
- 277
}
}
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
- 278
{% endif %}
{% endif %}
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
- 279
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
- 280
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
- 281
include /etc/nginx/conf.d/site.*.custom;
include /etc/nginx/conf.d/site.*.custom;
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
- 282
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
- 283
error_page 502 @awaitingupstream;
error_page 502 @awaitingupstream;
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
- 284
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
- 285
location @awaitingupstream {
location @awaitingupstream {
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
- 286
rewrite ^(.*)$ /_status.502.html break;
rewrite ^(.*)$ /_status.502.html break;
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
- 287
}
}
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
- 288
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
- 289
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
- 290
return 404;
return 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
- 291
}
}
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
- 292
location ~* \.twig$ {
location ~* \.twig$ {
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
- 293
return 404;
return 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
- 294
}
}