diff --git a/Section_07/reverse_proxy_ssl.conf b/Section_07/reverse_proxy_ssl.conf new file mode 100644 index 0000000..1e46b4e --- /dev/null +++ b/Section_07/reverse_proxy_ssl.conf @@ -0,0 +1,13 @@ + + 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/ +