mirror of
https://github.com/crivion/laranode.git
synced 2026-06-02 20:19:34 +08:00
16 lines
507 B
Plaintext
16 lines
507 B
Plaintext
<VirtualHost *:80>
|
|
#ServerName www.example.com
|
|
|
|
ServerAdmin webmaster@localhost
|
|
DocumentRoot /home/laranode_ln/panel/public
|
|
|
|
<Directory /home/laranode_ln/panel/public>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ErrorLog /home/laranode_ln/panel/storage/logs/apache-error.log
|
|
CustomLog /home/laranode_ln/panel/storage/logs/apache-access.log combined
|
|
</VirtualHost>
|