scripts/configs/apache2/vhosts.d/default.conf

5 lines
109 B
Plaintext
Raw Normal View History

# Default host
<VirtualHost _default_:REPLACE_SERVER_PORT>
DocumentRoot "REPLACE_SERVER_DIR"
</VirtualHost>