Skip to content

Commit

Permalink
chore: update actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
louischarnay committed Feb 7, 2024
1 parent 4ec717d commit ed79399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TP01/web/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ SSLRandomSeed connect builtin
<VirtualHost *:80>
ServerName localhost
ProxyPreserveHost On
ProxyPass / http://api:8081/
ProxyPassReverse / http://api:8081/
ProxyPass / http://api:8080/
ProxyPassReverse / http://api:8080/
</VirtualHost>

LoadModule proxy_module modules/mod_proxy.so
Expand Down

0 comments on commit ed79399

Please sign in to comment.