Added: configs/apache2/vhosts.d/default.conf

Added: configs/apache2/vhosts.d/default.conf
This commit is contained in:
casjay
2024-08-01 16:12:44 -04:00
parent 00ef4fde07
commit c82dc0abc5

View File

@@ -1,4 +1,4 @@
# Default host
<VirtualHost _default_:REPLACE_SERVER_PORT>
DocumentRoot "REPLACE_SERVER_DIR"
DocumentRoot "REPLACE_SERVER_WWW_DIR"
</VirtualHost>