From 01d1a4e4e3038b93fdedd39daa06ee99668d2c73 Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Sat, 20 May 2023 20:34:20 +0000 Subject: [PATCH] Update Section_07/reverse_proxy_ssl.conf --- Section_07/reverse_proxy_ssl.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Section_07/reverse_proxy_ssl.conf 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/ +