mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 18:34:29 -05:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
# Default host
|
||
|
<VirtualHost _default_:REPLACE_SERVER_PORT>
|
||
|
DocumentRoot "REPLACE_SERVER_DIR"
|
||
|
</VirtualHost>
|