telephone / LookingGlass

A user-friendly PHP Looking Glass
MIT License
1.25k stars 345 forks source link

change port #56

Closed kotviphp closed 4 years ago

kotviphp commented 4 years ago

default port is 80, how to change port?

Wild1145 commented 4 years ago

The app doesn't listen on any specific port from memory, it just runs on the Apache / NginX web server. Here's a guide on how to change it in Apache, hopefully that helps - https://www.tecmint.com/change-apache-port-in-linux/

kotviphp commented 4 years ago

Thanks!,

kotviphp commented 4 years ago

it's work https://www.tecmint.com/change-apache-port-in-linux/