todo_app_flask/todo.example.com.conf

12 lines
321 B
Plaintext
Raw Normal View History

2021-01-20 01:36:22 -08:00
<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>