Convert TOML to YAML, tweaks to work with Jekyll

This commit is contained in:
Misty Stanley-Jones 2016-09-29 12:21:06 -07:00
parent 1f6cc853d3
commit 0fb207c822
63 changed files with 413 additions and 4307 deletions

View file

@ -1,12 +1,13 @@
<!--[metadata]>
+++
title = "Authenticating proxy with nginx"
description = "Restricting access to your registry using a nginx proxy"
keywords = ["registry, on-prem, images, tags, repository, distribution, nginx, proxy, authentication, TLS, recipe, advanced"]
[menu.main]
parent="smn_recipes"
+++
<![end-metadata]-->
---
description: Restricting access to your registry using a nginx proxy
keywords:
- registry, on-prem, images, tags, repository, distribution, nginx, proxy, authentication,
TLS, recipe, advanced
menu:
main:
parent: smn_recipes
title: Authenticating proxy with nginx
---
# Authenticating proxy with nginx