1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yacy_ynh.git synced 2024-09-03 18:05:59 +02:00

Update install

This commit is contained in:
M5oul 2014-01-20 11:59:24 +01:00
parent fb185ba31d
commit 38e33cf7b9

View file

@ -29,7 +29,7 @@ sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/yacy.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/yacy.conf
# Forward port 80 to 8090 # Forward port 80 to 8090
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8090 #iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8090
# Reload Nginx and regenerate SSOwat conf # Reload Nginx and regenerate SSOwat conf
sudo service nginx reload sudo service nginx reload