syntax fixes
This commit is contained in:
parent
e0a2e2bd35
commit
d935ba207e
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -48,11 +48,11 @@ repository:
|
||||||
|
|
||||||
|
|
||||||
### Sysadmin
|
### Sysadmin
|
||||||
In case a sysadmin needs a patched and specifically configured version of it's
|
In case a sysadmin needs a patched and specifically configured version of it's favorite webserver nginx.
|
||||||
|
|
||||||
favorite webserver nginx.
|
|
||||||
|
|
||||||
1. Put directories and files in place
|
1. Put directories and files in place
|
||||||
|
|
||||||
|
---
|
||||||
Directory layout
|
Directory layout
|
||||||
```
|
```
|
||||||
├── nginx-prod
|
├── nginx-prod
|
||||||
|
@ -65,7 +65,7 @@ favorite webserver nginx.
|
||||||
│ │ └── https-only.patch
|
│ │ └── https-only.patch
|
||||||
│ └── pkg.yaml
|
│ └── pkg.yaml
|
||||||
```
|
```
|
||||||
|
---
|
||||||
**pkg.yaml**
|
**pkg.yaml**
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
@ -81,7 +81,7 @@ favorite webserver nginx.
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
```
|
```
|
||||||
|
---
|
||||||
**container.yaml**
|
**container.yaml**
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue