move/add config files to config folder
This commit is contained in:
parent
0e8abbca04
commit
4e4acca6de
|
|
@ -0,0 +1,13 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /root/trackdirect/htdocs/public
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
<Directory "/root/trackdirect/htdocs/public">
|
||||
Options Indexes MultiViews
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
|
@ -27,5 +27,3 @@ HTTPStatusOptions ShowEmail=1
|
|||
# After configuring the rest of the settings, remove this bad command
|
||||
# from the configuration file. It's here only to avoid starting the
|
||||
# server up accidentally with an invalid configuration.
|
||||
MagicBadness 42.7
|
||||
|
||||
|
|
@ -5,9 +5,9 @@
|
|||
[database]
|
||||
|
||||
;; Basic database settings
|
||||
host="127.0.0.1"
|
||||
host="db"
|
||||
database="trackdirect"
|
||||
;username="username"
|
||||
username="root"
|
||||
password="foobar"
|
||||
port="5432"
|
||||
|
||||
|
|
@ -74,7 +74,7 @@ max_queued_realtime_packets="30"
|
|||
|
||||
[collector0]
|
||||
|
||||
host="127.0.0.1"
|
||||
host="aprsc"
|
||||
port_full="10152"
|
||||
port_filtered="14580"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue