Welcome! Log In Create A New Profile

Advanced

Re: Hiring Coder to Make ngx_preload_files

Konstantin Tokarev
September 25, 2015 09:36AM
25.09.2015, 13:29, "vbresults" <nginx-forum@nginx.us>:
> Send a list of past modules made and a $$$ quote to develop and test this
> module. I will be posting it under my github account for easy access for
> myself and anyone else that needs it. I have a good budget and won't
> compromise on the functionality I've requested below.
>
> This module "ngx_preload_files" preloads one or more files on the filesystem
> into a single variable. This can be used for tasks like concatenating
> critical css and javascript files and inlining them with a substitution
> module, all within Nginx.
>
> All parameters accept variables in the standard format. This is implemented
> with a minimal memory and zero performance footprint; all the heavy lifting
> happens when nginx configuration loads/reloads.
>
> == Directives ==
>
> Syntax: preload_files $variable $files [file1 file2 file3 ...];
> Default: —
> Context: http, server, location
>
> Loads $files into $variable. If any $file is a URI, pull in files with wget
> or cURL [whatever is available on the system].

Use external program to download files?
Inside HTTP reverse proxy?
Sounds crazy.

>
> ---
>
> Syntax: preload_files_context_local $path;
> Default: — in http context [meaning absolute paths only], $document_root in
> server context, $uri in location context.
> Context: http, server, location
>
> The relative path/context for local preload_files [within this directive's
> and child contexts without overrides].
>
> Set to "off" (without quotes) to resolve all $files as absolute paths.
>
> ---
>
> Syntax: preload_files_context_remote $url;
> Default: —
> Context: http, server, location
>
> The relative $url for remote preload_files [within this directive's and
> child contexts without overrides].
>
> ---
>
> Syntax: preload_files_separator $separator;
> Default: "\n";
> Context: http, server, location
>
> Defines the separator between preload_files [within this directive's and
> child contexts without overrides].
>
> ---
>
> Syntax: preload_files_substitute $search $replace [$file];
> Default: —
> Context: http, server, location
>
> Search and replace in $files prior to placing contents in $variable [within
> this directive's and child contexts]. This directive can be used multiple
> times for different search and replace operations.
>
> If optional third parameter $file is passed, search/replace only occurs
> within that file; $file must *exactly* match it's preload_files $files
> entry.
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?21,261837,261837#msg-261837
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru

--
Regards,
Konstantin

_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

Hiring Coder to Make ngx_preload_files

vbresults September 25, 2015 06:29AM

Re: Hiring Coder to Make ngx_preload_files

Konstantin Tokarev September 25, 2015 09:36AM

Re: Hiring Coder to Make ngx_preload_files

Kostya Alexandrov September 25, 2015 09:54AM

Re: Hiring Coder to Make ngx_preload_files

vbresults September 25, 2015 01:19PM

Re: Hiring Coder to Make ngx_preload_files

Andrey Kopeyko September 25, 2015 02:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 316
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready