mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
updated apache2 section to include module PROXY_HTTP
parent
6f25996d70
commit
57a4df5961
@ -84,9 +84,10 @@ ProxyPreserveHost On
|
||||
ProxyPass /live/ http://127.0.0.1:8100/live/
|
||||
ProxyPassReverse /live/ http://127.0.0.1:8100/live/
|
||||
```
|
||||
*(this needs the HEADERS, REWRITE and all PROXY (PROXY and PROXY_HTTP) modules for Apache to be enabled!)*
|
||||
*(you can check your anabled modules via `# apache2ctl -M` and check whether the modules are installed)*
|
||||
*(after installing any missing module via `# a2enmod MODULENAME` don't forget to restart apache2! )*
|
||||
|
||||
*this needs the HEADERS, REWRITE and all PROXY (PROXY and PROXY_HTTP) modules for Apache to be enabled!*
|
||||
*you can check your anabled modules via `# apache2ctl -M` and check whether the modules are enabled.*
|
||||
*after installing any missing module via `# a2enmod MODULENAME` don't forget to restart apache2!*
|
||||
|
||||
|
||||
## Caddy
|
||||
|
Loading…
Reference in New Issue
Block a user