Changes between Initial Version and Version 1 of TewiDirectiveServerRoot
- Timestamp:
- Sep 26, 2024, 6:23:48 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TewiDirectiveServerRoot
v1 v1 1 2 == !ServerRoot Directive 3 Base directory for the server installation 4 5 The `ServerRoot` directive sets the directory in which the server lives. 6 Relative paths in other configuration directives (such as LoadModule, for example) are taken as relative to this directory. 7 8 {{{ 9 ServerRoot "/usr/pkg" 10 }}}