Fix FastCGI compression

This commit is contained in:
2021-11-21 16:31:26 +01:00
parent 8721f07d00
commit a1fee3d2ec
2 changed files with 26 additions and 20 deletions

View File

@ -16,6 +16,7 @@
#define FASTCGI_COMPRESS_GZ 2
#define FASTCGI_COMPRESS_BR 4
#define FASTCGI_COMPRESS 6
#define FASTCGI_COMPRESS_HOLD 8
#define FASTCGI_PHP 1
#define FASTCGI_NECRONDA 2