Parcourir la source

un bout httpd.conf

Sniperovitch il y a 8 ans
Parent
commit
a1edfa47a1
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      config_apache.txt

+ 6 - 0
config_apache.txt

@@ -0,0 +1,6 @@
+a2enmod proxy
+a2enmod proxy_http
+
+ProxyPass /bartender http://localhost:5000/
+ProxyPassReverse / http://localhost:5000/
+