Please set the Linux level proxy setup and piSignage will use the same settings. Following is one method
Edit this file:
sudo nano /etc/environment
Add this line (with authentication):
export http_proxy="http://username:password@proxyaddress:port/"
Or without authentication:
export http_proxy="http://proxyaddress:port/"
Comments
1 comment
Comment from Nicholas N.
Please sign in to leave a comment.