-
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.
-
cdto directory with simple site. For example,/var/www/charon - Run there:
python2 -m SimpleHTTPServerorpython -m http.server. - Change
rootin localhost vhost in/etc/charon/charon.confto
vhost {
name "localhost";
upstream "127.0.0.1:8000";
}
- Restart Charon:
systemctl restart charon. - Go to localhost.