mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
c82dc0abc5
Added: configs/apache2/vhosts.d/default.conf
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
# Default host
|
|
<VirtualHost _default_:REPLACE_SERVER_PORT>
|
|
DocumentRoot "REPLACE_SERVER_WWW_DIR"
|
|
</VirtualHost>
|