fluidd-core / FluiddPI

FluiddPi - A Pi image with Klipper, Moonraker, Fluidd and Web Camera support pre-installed.
https://docs.fluidd.xyz
GNU General Public License v3.0
299 stars 58 forks source link

Change port #32

Closed aleZZ2001 closed 2 years ago

aleZZ2001 commented 2 years ago

Hello, how i can change the local port for the connection? i don't want to use the 80 because i use it for another service

matmen commented 2 years ago

Hey, you can change the ports by editing the nginx config located at /etc/nginx/sites-enabled/fluidd For example, for listening on port 8080:

listen 8080 default_server;
listen [::]:8080 default_server;
matmen commented 2 years ago

Were you able to change fluidd's port with this?

aleZZ2001 commented 2 years ago

Yes, thanks a lot

aleZZ2001 commented 2 years ago

Just add in the documentation this replay for Who want Change the port