Julian Rother
f69308332a
Add SVG support for php-imagick
2022-12-16 02:09:38 +01:00
Julian Rother
6c057142a2
Add nginx.php.fpm_process_count option
2022-12-04 01:08:43 +01:00
Julian Rother
7e86de7eea
Add session_gc_maxlifetime php.ini option
2022-12-04 00:25:08 +01:00
Julian Rother
5a3a51e1be
Add force_forwarded_ssl_header vhost/location option
...
This is a workaround for running an application behind two layers of reverse
proxies with the outer one terminating ssl. In this case the inner proxy
receives requests with plain http and sets X-Forwarded-Proto, X-Forwarded-Ssl
and X-Url-Scheme to "http", although the original requests used https. This
breaks some applications.
Ideally we would use a mechanism similar to real_ip_from and just forward the
proto/ssl/scheme headers if the request came from a trusted proxy, but this
workaround is much simpler.
2022-11-17 19:57:28 +01:00
Julian Rother
1a90bb657a
Add date_timezone php.ini option
2022-08-03 22:33:40 +02:00
psy
3ef51e3be1
Merge branch 'feature/disallow_dotfiles' into 'master'
...
disallow access to dotfiles besides .well-known by default
Closes infra/documentation#115
See merge request infra/ansible/roles/nginx!2
2022-03-19 10:32:12 +00:00
psy
81f7b5337c
disallow access to dotfiles besides .well-known by default
2022-03-19 10:32:12 +00:00
nd
8fd7a20a7c
fix logrotate
2021-12-26 03:23:06 +01:00
nd
3a52a1156f
add support to overwrite host header if only a location has a backend
2021-12-24 18:42:48 +01:00
nd
5b201a05cf
add support for fancyindex
2021-12-04 01:40:24 +01:00
nd
97bb7a433f
disable extended geoip logging
2021-12-02 20:58:54 +01:00
nd
eb2e8df0ae
speed up certificate handling
2021-12-02 18:09:05 +01:00
nd
e71de82cdf
add promtail and geoip support
2021-11-26 03:33:55 +01:00
nd
08c567f7af
add more options to stream proxying
2021-11-13 20:30:42 +01:00
nd
e26ef3022e
pass remote_user and schema onto fastcgi
2021-11-06 22:27:18 +01:00
nd
e6a42e31a4
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2021-10-23 17:06:44 +02:00
nd
bd9f1f0f2c
remove php-smb package
2021-10-14 19:40:09 +02:00
nd
f5b437785d
disable proxy buffering and add larger header buffer
2021-10-07 23:52:59 +02:00
nd
1b81731a4b
add config option for real-ip header
2021-09-04 23:54:05 +02:00
nd
2032a428a4
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2021-09-04 22:46:26 +02:00
nd
41841311e6
add support for generic streams
2021-09-04 22:44:41 +02:00
nd
1b8b91d980
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2021-09-01 02:01:35 +02:00
nd
4d82b39ef9
improve log format
2021-09-01 02:00:18 +02:00
nd
bf8dcade56
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2021-08-26 00:09:54 +02:00
nd
fd0e8d3d28
fix vhost template if the vhost doesn't have a backend
2021-08-20 12:14:03 +02:00
nd
19528852d8
Revert "fix vhost template if the vhost doesn't have a backend"
...
This reverts commit 87e7cacfd9 .
2021-08-20 11:56:00 +02:00
nd
87e7cacfd9
fix vhost template if the vhost doesn't have a backend
2021-08-20 11:43:04 +02:00
nd
fc5a1f4b2d
add support to set location backends
2021-08-15 02:14:55 +02:00
nd
13cb31da67
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2021-07-24 22:56:29 +02:00
nd
630a536c7f
fix linter
2021-07-17 01:41:43 +02:00
nd
e571605b7a
add support for debian bullseye
2021-07-11 16:16:17 +02:00
nd
13d7194e4f
add support for listen ips
2021-07-11 04:08:39 +02:00
nd
75e21a2e2e
add support to remove proxy headers
2021-01-29 18:58:33 +01:00
nd
72bd7c7a7d
enable TLSv1.3
2021-01-24 13:02:17 +01:00
nd
c9bd5720e3
add php-pear, set default timezone utc
2021-01-22 22:02:49 +01:00
nd
4d44f889cc
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2020-12-20 20:48:23 +01:00
nd
63f955a87d
add support for max_fails and fail_timeout for upstreams
2020-12-20 20:45:35 +01:00
psy
da10042f59
fix typo
2020-10-31 17:37:23 +01:00
nd
9ae5118da4
add module to basic nginx config
2020-10-31 02:35:39 +01:00
Fabian Freyer
fb6e4a91d1
[PATCH] Add support for adding more upstream attributes
2020-10-18 18:42:23 +02:00
nd
2935b69f77
add php-bcmath to php-fpm module
2020-10-18 18:40:35 +02:00
nd
70f6e446eb
Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nginx
2020-07-28 00:55:42 +02:00
nd
50b85be487
added more disabled functions from php 7.3
2020-07-28 00:54:51 +02:00
nd
b5ed095d35
add support to add headers to proxy
2020-07-05 15:33:49 +02:00
nd
f68c0c8b9b
remove check_mk monitoring support
2020-06-28 00:44:25 +02:00
nd
5d65c9c976
added support for custom tls certificates
2020-05-22 21:57:17 +02:00
nd
7183dcfe66
disable http/2 without ssl
2020-05-21 13:56:07 +02:00
nd
a43c036581
enabled http2
2020-05-16 10:31:16 +02:00
nd
ffa02fdd6c
removed monitoring
2020-05-11 19:08:51 +02:00
nd
ec4f939b77
fix vhost creation
2020-05-09 23:08:22 +02:00