move/add config files to config folder

This commit is contained in:
Peter Buchegger 2022-01-29 23:13:12 +01:00
parent 0e8abbca04
commit 4e4acca6de
3 changed files with 16 additions and 5 deletions

13
config/000-default.conf Normal file
View File

@ -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>

View File

@ -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

View File

@ -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"