-
Notifications
You must be signed in to change notification settings - Fork 3
License
reddragon010/RG-ServerPanel
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
== Apache Config ==
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/serverpanel/public
<Directory /var/www/serverpanel/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published