initial commit

This commit is contained in:
2021-01-20 01:36:22 -08:00
commit 368f89750b
45 changed files with 2821 additions and 0 deletions

11
todo.example.com.conf Normal file
View File

@@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerName todo.example.com.conf
ProxyPass "/.well-known" !
ProxyPass "/favicon.ico" !
ProxyPass "/" "http://127.0.0.1:8300/"
ProxyPassReverse "/" "http://127.0.0.1:8300/"
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>