Skip to content

Commit 0e9119e

Browse files
committed
fixes
1 parent 666f0f2 commit 0e9119e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/upgrade.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ volumes:
4040
- ./conf/custom.js:/app/public/dist/custom.js # optional
4141
```
4242
43-
> {note} Notice the key changes: uploads are now at `/app/public/uploads`, storage at `/app/storage/app`, tmp at `/app/storage/tmp`, and the `.env` file is mounted read-only with the optionals .
43+
> {note} Notice the key changes: uploads are now at `/app/public/uploads`, storage at `/app/storage/app`, tmp at `/app/storage/tmp`, and the `.env` file is mounted read-only.
4444

4545
### Service Architecture Changes
4646

@@ -335,8 +335,6 @@ Restart apache2:
335335
systemctl restart apache2
336336
```
337337

338-
Process with the
339-
340338
#### Using Nginx
341339

342340
If you are using Nginx, an example configuration can be found [here](installation.html#web-server-configuration).

0 commit comments

Comments
 (0)