mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Some adjustments
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3831c275d9
commit
17caf685e6
1 changed files with 5 additions and 2 deletions
|
|
@ -254,8 +254,11 @@ Of course you need to modify `<your-nc-domain>` to the domain on which you want
|
||||||
|
|
||||||
<summary>click here to expand</summary>
|
<summary>click here to expand</summary>
|
||||||
|
|
||||||
Add this to you nginx config <br>
|
**Disclaimer:** This config was tested and should normally work on all modern nginx version if you configure it correctly. Improvements to the config are very welcome!
|
||||||
**Note:** please check your nginx version by running: `nginx -v` and adjust it the lines marked with version notes, so that they fit your nginx version
|
|
||||||
|
Add the below template to you nginx config.
|
||||||
|
|
||||||
|
**Note:** please check your nginx version by running: `nginx -v` and adjust it the lines marked with version notes, so that they fit your nginx version.
|
||||||
|
|
||||||
```
|
```
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue