Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ngx_http_autoindex_module #1027

Closed
shendrickx opened this issue Feb 22, 2017 · 1 comment · Fixed by #1343
Closed

Support for ngx_http_autoindex_module #1027

shendrickx opened this issue Feb 22, 2017 · 1 comment · Fixed by #1343

Comments

@shendrickx
Copy link

The current version of the module supports the autoindex option. However, several other options from ngx_http_autoindex_module are not supported like: autoindex_localtime, autoindex_exact_size and autoindex_format. Would it be possible to add support for these parameters as well?

Rubueno pushed a commit to Rubueno/puppet-nginx that referenced this issue Aug 28, 2019
This commit enables the ability to set additional autoindex variables.
Rubueno pushed a commit to Rubueno/puppet-nginx that referenced this issue Aug 28, 2019
This commit enables the ability to set additional autoindex variables.
@Rubueno
Copy link
Contributor

Rubueno commented Sep 18, 2019

While my pull request is pending, I have found that you can use location_raw_append, add an array with your autoindex values, much like the following:

location_raw_append => ['autoindex_exact_size off;', 'autoindex_localtime on;'],

bastelfreak added a commit that referenced this issue Oct 31, 2019
Fixes #1027 - Enable setting autoindex variables
Rubueno added a commit to Rubueno/puppet-nginx that referenced this issue Oct 19, 2020
This commit enables the ability to set additional autoindex variables.
Rubueno pushed a commit to Rubueno/puppet-nginx that referenced this issue Oct 19, 2020
Fixes voxpupuli#1027 - Enable setting autoindex variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants