mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-12-13 22:31:28 -08:00
initial commit
This commit is contained in:
11
todo.example.com.conf
Normal file
11
todo.example.com.conf
Normal 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>
|
||||
Reference in New Issue
Block a user