1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00
1423: Doc update: proxy_set_header required for admin r=mergify[bot] a=ofthesun9

Copy Paste of an existing PR whose upstream branch is gone
Fix #1318

## What type of PR?

documentation

## What does this PR do?

### Related issue(s)
closes #1318  (copy paste of 1318)

## Prerequistes
- [x ] In case of feature or enhancement: documentation updated accordingly
- [x ] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: ofthesun9 <olivier@ofthesun.net>
This commit is contained in:
bors[bot] 2020-05-01 12:02:42 +00:00 committed by GitHub
commit 5798880f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ Because the admin interface is served as ``/admin`` and the Webmail as ``/webmai
location /admin {
proxy_pass https://localhost:8443/admin;
proxy_set_header Host $http_host;
}
location /main_app {
@ -103,6 +104,7 @@ Here is an example configuration :
location /admin {
proxy_pass https://localhost:8443/admin;
proxy_set_header Host $http_host;
}
}