winix/winixd
Tomasz Sowa 55ac9a61ed added possibility to send static files to nginx via X-Accel-Redirect header
added to config:
int send_file_mode;
    // 0 - full path to a file in send_file_header header
    // 1 - relative path to a file in send_file_header (need http_send_file_relative_prefix set) (used for nginx)
std::wstring send_file_header;
    // default: X-SENDFILE
    // for Apache set: X-SENDFILE
    // for Lighttpd set: X-LIGHTTPD-send-file
    // for Nginx set: X-Accel-Redirect
std::wstring send_file_relative_prefix;
    // relative prefix used for sending static files if send_file_mode is 1
    // default: "upload-files-internal"
2021-09-15 20:28:34 +02:00
..
core added possibility to send static files to nginx via X-Accel-Redirect header 2021-09-15 20:28:34 +02:00
db updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
etc - updated to the new pikotools api (child spaces were removed) 2021-06-27 23:31:50 +02:00
functions added possibility to send static files to nginx via X-Accel-Redirect header 2021-09-15 20:28:34 +02:00
html uikit updated to 3.7.2 2021-08-07 21:23:47 +02:00
locale renamed: ItemContent::meta_admin -> ItemContent::admin_meta 2021-07-03 01:18:28 +02:00
main updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
models updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
notify updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
plugins updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
templates updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile Makefile: removed macros: EZC_GENERATOR_HAS_PT_STREAM and EZC_GENERATOR_HAS_WINIX_STREAM 2021-07-13 01:49:58 +02:00
Makefile.dep make depend 2021-08-12 21:57:03 +02:00