mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 19:56:05 +00:00
Fix path and minor fix to azure desc
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
fbc6253d44
commit
0838b24f5f
@ -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`
|
Example Domain: `api.example.com`
|
||||||
|
|
||||||
Path: `/etc/haproxy/haproxy.cfg`
|
**Path —** `/etc/haproxy/haproxy.cfg`
|
||||||
|
|
||||||
```
|
```
|
||||||
global
|
global
|
||||||
@ -94,7 +94,7 @@ HAProxy **cannot** serve static content, the below example is proxying frontend
|
|||||||
|
|
||||||
Example Domain: `example.com/api`
|
Example Domain: `example.com/api`
|
||||||
|
|
||||||
Path: `/etc/haproxy/haproxy.cfg`
|
**Path —** `/etc/haproxy/haproxy.cfg`
|
||||||
|
|
||||||
```
|
```
|
||||||
global
|
global
|
||||||
@ -171,7 +171,7 @@ Example API Domain: `example.com/api`
|
|||||||
|
|
||||||
Example Admin Domain: `example.com/dashboard`
|
Example Admin Domain: `example.com/dashboard`
|
||||||
|
|
||||||
Path: `/etc/haproxy/haproxy.cfg`
|
**Path —** `/etc/haproxy/haproxy.cfg`
|
||||||
|
|
||||||
```
|
```
|
||||||
global
|
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`
|
Example Domain: `api.example.com`
|
||||||
|
|
||||||
Path: `config/server.js`
|
**Path —** `config/server.js`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
@ -272,7 +272,7 @@ module.exports = ({ env }) => ({
|
|||||||
|
|
||||||
Example Domain: `example.com/api`
|
Example Domain: `example.com/api`
|
||||||
|
|
||||||
Path: `config/server.js`
|
**Path —** `config/server.js`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
@ -294,7 +294,7 @@ Example API Domain: `example.com/api`
|
|||||||
|
|
||||||
Example Admin Domain: `example.com/dashboard`
|
Example Admin Domain: `example.com/dashboard`
|
||||||
|
|
||||||
Path: `config/server.js`
|
**Path —** `config/server.js`
|
||||||
|
|
||||||
```js
|
```js
|
||||||
module.exports = ({ env }) => ({
|
module.exports = ({ env }) => ({
|
||||||
|
@ -29,7 +29,7 @@ Manual guides for deployment on various platforms, for One-click and docker plea
|
|||||||
</template>
|
</template>
|
||||||
<template #title>Azure</template>
|
<template #title>Azure</template>
|
||||||
<template #description>
|
<template #description>
|
||||||
Step by step guide for deploying on Azure web app
|
Step by step guide for deploying on Azure
|
||||||
</template>
|
</template>
|
||||||
</InstallLink>
|
</InstallLink>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user