Files
tools/configs/apache2/vhosts.d/default.conf
T

5 lines
113 B
Plaintext
Raw Normal View History

2023-08-22 17:53:03 -04:00
# Default host
<VirtualHost _default_:REPLACE_SERVER_PORT>
2024-08-01 16:12:44 -04:00
DocumentRoot "REPLACE_SERVER_WWW_DIR"
2023-08-22 17:53:03 -04:00
</VirtualHost>