Compare commits
2 Commits
49ad349775
...
456deeae20
Author | SHA1 | Date | |
---|---|---|---|
456deeae20
|
|||
b08481818c
|
@@ -6,11 +6,11 @@ Necronda web server
|
|||||||
|
|
||||||
* Full IPv4 and IPv6 support
|
* Full IPv4 and IPv6 support
|
||||||
* Serving local files via HTTP and HTTPS
|
* Serving local files via HTTP and HTTPS
|
||||||
* File compression and disk cache for compressed files
|
* File compression ([gzip](https://www.gzip.org/), [Brotli](https://www.brotli.org/)) and disk cache for compressed files
|
||||||
* Reverse proxy for other HTTP and HTTPS servers
|
* Reverse proxy for other HTTP and HTTPS servers
|
||||||
* FastCGI support (e.g. [PHP-FPM](https://php-fpm.org/))
|
* FastCGI support (e.g. [PHP-FPM](https://php-fpm.org/))
|
||||||
* Support for [MaxMind's GeoIP Database](https://www.maxmind.com/en/geoip2-services-and-databases)
|
* Support for [MaxMind's GeoIP Database](https://www.maxmind.com/en/geoip2-services-and-databases)
|
||||||
* DNS reverse lookup for connecting hosts
|
* Optional DNS reverse lookup for connecting hosts
|
||||||
* Automatic URL rewrite (e.g. `/index.html` -> `/`, `/test.php` -> `/test`)
|
* Automatic URL rewrite (e.g. `/index.html` -> `/`, `/test.php` -> `/test`)
|
||||||
* Modern looking and responsive error documents
|
* Modern looking and responsive error documents
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
#ifndef NECRONDA_SERVER_NECRONDA_H
|
#ifndef NECRONDA_SERVER_NECRONDA_H
|
||||||
#define NECRONDA_SERVER_NECRONDA_H
|
#define NECRONDA_SERVER_NECRONDA_H
|
||||||
|
|
||||||
#define NECRONDA_VERSION "4.3"
|
#define NECRONDA_VERSION "4.4"
|
||||||
#define SERVER_STR "Necronda/" NECRONDA_VERSION
|
#define SERVER_STR "Necronda/" NECRONDA_VERSION
|
||||||
#define SERVER_STR_HTML "Necronda web server " NECRONDA_VERSION
|
#define SERVER_STR_HTML "Necronda web server " NECRONDA_VERSION
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user