minor fixes for new psb
This commit is contained in:
parent
2c6bce6e2c
commit
eca181f49e
2 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
```
|
```
|
||||||
|
|
||||||
and here's an nginx config
|
and here's an nginx config
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ function handlePage(authority,response){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Yeah, pretty simple but allow me to explain what bits of these 2 functions are doing and why.
|
Yeah, pretty simple but allow me to explain what bits of these 2 functions are doing and why.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue