1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-19 23:51:32 +02:00

Improvement of the reverse proxy guidelines, the given configuration example requires to have the apache rewrite mod enabled.

This commit is contained in:
Florian HEGRON 2021-03-07 14:24:47 +01:00
parent 808a04b669
commit ec3cff63a2

View File

@ -40,6 +40,7 @@ Of course, we don't want to expose the service on port 1443. Instead we want our
* a2enmod proxy
* a2enmod proxy_http
* a2enmod proxy_wstunnel
* a2enmod rewrite
In your Apache virtual host configuration file, insert this: