diff --git a/Server-installation.md b/Server-installation.md index 3d25d06..3d4119a 100644 --- a/Server-installation.md +++ b/Server-installation.md @@ -42,4 +42,8 @@ It's also advised to add following to `server {}` block to not limit size of pay ``` # set to 0 for unlimited. Default is 1M. client_max_body_size 0; -``` \ No newline at end of file +``` + +### Apache + +See [[Apache proxy setup]]. \ No newline at end of file