1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-26 03:52:50 +02:00

Doc update: proxy_set_header required for admin

Copy Paste of an existing PR whose upstream branch is gone
Fix #1318
This commit is contained in:
ofthesun9 2020-03-28 08:39:12 +01:00
parent 5004e62607
commit ab40d03cc6

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;
}
}