Fix path and minor fix to azure desc

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
Derrick Mehaffy 2020-05-14 07:58:35 -07:00
parent fbc6253d44
commit 0838b24f5f
No known key found for this signature in database
GPG Key ID: C67264C1CBBB366A
2 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ This config is using the sub-domain that is dedicated to Strapi only. It will re
Example Domain: `api.example.com`
Path: `/etc/haproxy/haproxy.cfg`
**Path —** `/etc/haproxy/haproxy.cfg`
```
global
@ -94,7 +94,7 @@ HAProxy **cannot** serve static content, the below example is proxying frontend
Example Domain: `example.com/api`
Path: `/etc/haproxy/haproxy.cfg`
**Path —** `/etc/haproxy/haproxy.cfg`
```
global
@ -171,7 +171,7 @@ Example API Domain: `example.com/api`
Example Admin Domain: `example.com/dashboard`
Path: `/etc/haproxy/haproxy.cfg`
**Path —** `/etc/haproxy/haproxy.cfg`
```
global
@ -252,7 +252,7 @@ In order to take full advantage of a proxied Strapi application you will need to
Example Domain: `api.example.com`
Path: `config/server.js`
**Path —** `config/server.js`
```js
module.exports = ({ env }) => ({
@ -272,7 +272,7 @@ module.exports = ({ env }) => ({
Example Domain: `example.com/api`
Path: `config/server.js`
**Path —** `config/server.js`
```js
module.exports = ({ env }) => ({
@ -294,7 +294,7 @@ Example API Domain: `example.com/api`
Example Admin Domain: `example.com/dashboard`
Path: `config/server.js`
**Path —** `config/server.js`
```js
module.exports = ({ env }) => ({

View File

@ -29,7 +29,7 @@ Manual guides for deployment on various platforms, for One-click and docker plea
</template>
<template #title>Azure</template>
<template #description>
Step by step guide for deploying on Azure web app
Step by step guide for deploying on Azure
</template>
</InstallLink>
</div>