Update Section_07/reverse_proxy_ssl.conf
This commit is contained in:
parent
302f629a37
commit
01d1a4e4e3
13
Section_07/reverse_proxy_ssl.conf
Normal file
13
Section_07/reverse_proxy_ssl.conf
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user