Skip to content

Commit b71d2d1

Browse files
committed
Fix indent
1 parent 3ace7ec commit b71d2d1

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ RPM Packaging for [ngx-fancyindex](https://github.com/aperezdc/ngx-fancyindex).
88

99
- [Download](https://github.com/jfut/nginx-module-fancyindex-rpm/releases)
1010
- Install:
11-
12-
```
13-
# el7
14-
yum install nginx-module-fancyindex-0.4.4-2.el7.x86_64.rpm
15-
16-
# el8 + module 1.16 stream
17-
dnf install nginx-module-fancyindex-0.4.4-2.module_el8.1.16.x86_64.rpm
18-
19-
# el8 + EPEL module mainline stream
20-
dnf install nginx-module-fancyindex-0.4.4-2.module_el8.mainline.x86_64.rpm
21-
```
22-
11+
```
12+
# el7
13+
yum install nginx-module-fancyindex-0.4.4-2.el7.x86_64.rpm
14+
15+
# el8 + module 1.16 stream
16+
dnf install nginx-module-fancyindex-0.4.4-2.module_el8.1.16.x86_64.rpm
17+
18+
# el8 + EPEL module mainline stream
19+
dnf install nginx-module-fancyindex-0.4.4-2.module_el8.mainline.x86_64.rpm
20+
```
2321
- Add `load_module` in `nginx.conf`:
2422
```
2523
load_module "modules/ngx_http_fancyindex_module.so";

0 commit comments

Comments
 (0)