forked from indymedia/epicyon
Use different ports to avoid conflicts
parent
53cc9ec13f
commit
b8c7a736e1
|
@ -46,8 +46,8 @@ clear
|
|||
echo 'Installing Epicyon on an i2p domain'
|
||||
|
||||
username='epicyon'
|
||||
NGINX_PORT=9552
|
||||
EPICYON_PORT=7156
|
||||
NGINX_PORT=9554
|
||||
EPICYON_PORT=7158
|
||||
tunnels_dir=/var/lib/i2pd/tunnels.d
|
||||
|
||||
echo 'Adding Epicyon dependencies'
|
||||
|
|
|
@ -28,8 +28,8 @@ clear
|
|||
echo 'Installing Epicyon on an onion domain'
|
||||
|
||||
username='epicyon'
|
||||
NGINX_PORT=9552
|
||||
EPICYON_PORT=7156
|
||||
NGINX_PORT=9553
|
||||
EPICYON_PORT=7157
|
||||
|
||||
echo 'Adding Epicyon dependencies'
|
||||
if [ -f /usr/bin/pacman ]; then
|
||||
|
|
Loading…
Reference in New Issue