-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
Alexander Andreev edited this page Jun 1, 2017
·
1 revision
If you want to test Charon proxying functionality:
- Build and install Charon.
-
cd
to directory with simple site. For example,/var/www/charon
- Run there:
python2 -m SimpleHTTPServer
orpython -m http.server
. - Change
root
in localhost vhost in/etc/charon/charon.conf
to
vhost {
name "localhost";
upstream "127.0.0.1:8000";
}
- Restart Charon:
systemctl restart charon
. - Go to localhost.