Update Section_07/reverse_proxy_ssl.conf

This commit is contained in:
Kishan Takoordyal 2023-05-20 20:34:20 +00:00
parent 302f629a37
commit 01d1a4e4e3

View File

@ -0,0 +1,13 @@
<VirtualHost *:80>
ServerName demo-devops-api.konnect.dev
ServerAdmin webmaster@localhost
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:5000/
ProxyPassReverse / http://localhost:5000/
</VirtualHost>