mirror of
https://github.com/dockersrc/scripts
synced 2024-11-22 11:23:06 -05:00
5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
# Default host
|
|
<VirtualHost _default_:REPLACE_SERVER_PORT>
|
|
DocumentRoot "REPLACE_SERVER_DIR"
|
|
</VirtualHost>
|