root
f052a25168
Merge branch 'pre_server_confs' of https://github.com/thelittlefireman/bunkerized-nginx into dev
2021-03-08 11:47:45 +01:00
Bunkerity
43750f5536
Merge pull request #73 from thelittlefireman/patch-4
...
Add missing reverse proxy header (X-Forwarded-Host)
2021-03-08 10:16:31 +01:00
thelittlefireman
d9ca275d53
Add before server {} config.
2021-02-03 14:17:20 +01:00
thelittlefireman
d902e2f297
Add last missing reverse proxy header
...
X-Forwarded-Host (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host )[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host ]
2021-01-03 16:28:51 +01:00
thelittlefireman
1a8b8043c8
Add LIMIT_CONN var to server.conf
2021-01-02 14:26:52 +01:00
thelittlefireman
fa935eb6e3
edit nginx.conf to add limit_conn
2021-01-02 14:04:34 +01:00
thelittlefireman
cf231e13cb
Add limit-conn.conf
2021-01-02 13:35:18 +01:00
thelittlefireman
a4871a915e
Add missing proxy headers
2020-12-20 16:21:01 +01:00
thelittlefireman
026783f018
Fix missing reverse proxy headers
2020-12-20 16:19:27 +01:00
bunkerity
3f7e2c54b3
JOBS - fixed some job script and right temp nginx reload
2020-12-16 18:56:11 +01:00
bunkerity
f258426f55
JOBS - fallback to old conf in case reload failed
2020-12-16 15:22:49 +01:00
bunkerity
3a3d527907
UI - basic read fixes
2020-12-11 17:03:43 +01:00
bunkerity
559b7835d4
ui - automated build
2020-12-11 10:52:44 +01:00
bunkerity
4ea01bd93f
print some logs when blocking bots
2020-12-10 22:36:32 +01:00
bunkerity
92569679b6
dynamic reload of nginx by sending SIGHUP
2020-12-09 17:00:09 +01:00
bunkerity
419fdfc86e
fix auth basic when MULTISITE=yes
2020-12-08 11:29:43 +01:00
bunkerity
75c69c8105
last fixes before next release ?
2020-12-07 16:53:00 +01:00
bunkerity
f618c73e6c
road to v1.2.1
2020-12-06 22:22:58 +01:00
bunkerity
f3bf04e390
dirty fix to disable default server when MULTISITE=yes
2020-12-05 16:07:40 +01:00
bunkerity
95153dbc5d
moved UA, referrer and country check after whitelist and blacklist check
2020-12-04 22:58:48 +01:00
bunkerity
26947179a4
moved UA and referrer check to LUA
2020-12-04 22:21:38 +01:00
bunkerity
0d03f49ebc
websocket support with reverse proxy
2020-12-04 09:53:40 +01:00
bunkerity
2112c306a8
custom log format
2020-12-02 16:46:54 +01:00
bunkerity
8f9dcc5ab8
last fix ?
2020-12-02 14:47:08 +01:00
bunkerity
2fe05d3fd3
fixing scripts again and again
2020-12-02 14:31:54 +01:00
bunkerity
3a7aa5d9c0
block bad referrers
2020-12-02 10:41:50 +01:00
bunkerity
42e4298b5c
readme update - v1.2.0 changes
2020-11-22 23:39:01 +01:00
bunkerity
813b42cfa9
php and nextcloud examples fix
2020-11-22 17:38:07 +01:00
bunkerity
58fcf0a725
added Permissions-Policy header
2020-11-21 16:41:27 +01:00
bunkerity
5879183802
custom headers to remove
2020-11-21 16:21:54 +01:00
bunkerity
eaf817d57a
php config and examples fixes
2020-11-18 15:21:08 +01:00
bunkerity
dd7768c856
whitelist/blacklist country at LUA level to avoid SEO issues
2020-11-18 11:37:42 +01:00
bunkerity
fe1d724c9f
country whitelist/blacklist
2020-11-18 11:21:25 +01:00
bunkerity
0635eb368b
various bug fixes
2020-11-15 20:49:43 +01:00
bunkerity
ed451877ae
examples update and multiple REVERSE_PROXY_* on single site
2020-11-15 14:55:48 +01:00
bunkerity
0f18e9c552
reverse proxy support via env vars
2020-11-14 17:30:38 +01:00
bunkerity
8f7cb5318e
proxy caching support
2020-11-14 16:58:52 +01:00
bunkerity
60fbbc1013
move some http directives to server
2020-11-14 14:19:27 +01:00
bunkerity
0f0593456c
various fixes
2020-11-13 17:57:39 +01:00
bunkerity
1abe1da89e
brotli support
2020-11-12 15:03:45 +01:00
bunkerity
f18c054b42
gzip support
2020-11-12 14:37:01 +01:00
bunkerity
4dea1975e2
client caching
2020-11-12 14:02:48 +01:00
bunkerity
2da51d92a6
multisite - bug fixes
2020-11-11 16:54:27 +01:00
bunkerity
44b016be93
road to multi server block support
2020-11-08 17:37:48 +01:00
bunkerity
761c14a0b8
custom HTTP and HTTPS ports
2020-11-06 17:11:27 +01:00
bunkerity
4a07eca696
crowdsec integration
2020-11-06 16:56:16 +01:00
bunkerity
8623510f8c
https fix
2020-10-30 10:56:41 +01:00
bunkerity
95a76b11fa
peterkimzz integration and dhparam
2020-10-30 10:34:18 +01:00
peterkimzz
b0e4740a7d
[New Features]
...
- Added "HTTPS_PROTOCOLS" environment value to enable to customize TLS version. default value is "TLSv1.3". (because TLSv1.2 sometimes needed)
- READMD.md
2020-10-29 12:52:20 +09:00
bunkerity
0b73018865
install CRS by tag in compile.sh
2020-10-25 16:49:30 +01:00