that option comes from nginx -V as part of this
--with-cc-opt='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2'
maybe the single quote got unwrapped somehow. I'll look into it.
Search Criteria
Package Details: nginx-mainline-mod-fancyindex 0.5.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/nginx-mainline-mod-fancyindex.git (read-only, click to copy) |
---|---|
Package Base: | nginx-mainline-mod-fancyindex |
Description: | Fancy index module for the nginx-mainline web server |
Upstream URL: | https://www.nginx.com/resources/wiki/modules/fancy_index/ |
Keywords: | module nginx |
Licenses: | BSD |
Submitter: | hdhoang |
Maintainer: | morgenstern |
Last Packager: | morgenstern |
Votes: | 13 |
Popularity: | 0.000012 |
First Submitted: | 2017-05-23 02:20 (UTC) |
Last Updated: | 2022-06-07 11:41 (UTC) |
Dependencies (2)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4
hdhoang commented on 2017-07-20 00:32 (UTC) (edited on 2017-07-20 00:33 (UTC) by hdhoang)
dotted commented on 2017-07-19 16:03 (UTC)
aura >>= Building `nginx-mainline-mod-fancyindex`...
^[[3~==> Making package: nginx-mainline-mod-fancyindex 0.4.1-5 (Wed Jul 19 18:02:15 CEST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading nginx-1.13.3.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 962k 100 962k 0 0 452k 0 0:00:02 0:00:02 --:--:-- 453k
-> Downloading v0.4.1.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 131 0 131 0 0 299 0 --:--:-- --:--:-- --:--:-- 299
100 21130 0 21130 0 0 21768 0 --:--:-- --:--:-- --:--:-- 21768
==> Validating source files with sha256sums...
nginx-1.13.3.tar.gz ... Passed
v0.4.1.tar.gz ... Passed
==> Extracting sources...
-> Extracting nginx-1.13.3.tar.gz with bsdtar
-> Extracting v0.4.1.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
./configure: error: invalid option "-mtune=generic"
==> ERROR: A failure occurred in build().
Aborting...
aura >>= Well, building `nginx-mainline-mod-fancyindex` failed.
x-f commented on 2017-06-07 22:51 (UTC)
THX, i added both (i commented fancyindex out, because it wasn't available by default). After installation i still had autoindex on.
THX for the PKGBUILD
hdhoang commented on 2017-06-07 09:19 (UTC)
Have you replaced the "autoindex on;" directive with "fancyindex on;"?
x-f commented on 2017-06-07 07:56 (UTC)
How to enable the fancyindex?
nginx -t had a syntax error, i installed the module and loaded the module with
load_module /usr/lib/nginx/modules/ngx_http_fancyindex_module.so;
in nginx.conf - outside of server and http.
fancyindexx options has no errors, but the output isn't fancyindex.
Pinned Comments