0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 19:48:53 +02:00

Add link to the tuning page in addendum; fix other links

Jason Volk 2020-06-12 23:00:14 -07:00
parent ddddc1b9bb
commit a3d301856f

@ -2,7 +2,7 @@
This guide will help you execute Construct for the first time. If you are
building from source code and have not already done so please follow the
instructions in [BUILD](BUILD.md) before continuing here.
instructions in [BUILD](https://github.com/matrix-construct/construct/wiki/BUILD) before continuing here.
#### NOTES
@ -70,9 +70,11 @@ to point at Riot's `webapp/` directory by entering the following:
### ADDENDUM
* If you are employing a reverse-proxy you must review the apropos section in
the [TROUBLESHOOTING](TROUBLESHOOTING.md#trouble-with-reverse-proxies-and-middlewares)
the [TROUBLESHOOTING](https://github.com/matrix-construct/construct/wiki/Troubleshooting-problems#trouble-with-reverse-proxies-and-middlewares)
guide or the server may not operate correctly.
* Logging to files is only enabled by default for CRITICAL, ERROR, and WARNING.
It is not enabled by default for the INFO level. To enable, use `conf set
ircd.log.info.file.enable true`.
* Review the performance [TUNING](https://github.com/matrix-construct/construct/wiki/TUNING) guide to get the most out of your deployment.