• Resolved slumbum

    (@slumbum)


    I’m attempting to update config:

    For NGINX servers:

    1. Edit your nginx.conf. Usually it’s located at /etc/nginx/nginx.conf or /usr/local/nginx/nginx.conf
    2. Copy the generated code found below and paste it inside your http or server block.
    3. Reload/restart NGINX.

    But I have a dockerized setup and I’m running Webmin and EasyPanel…any idea how I can get this set up?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @slumbum

    I hope you are doing well today.

    I pinged our Hummingbird Team to review your query. We will post an update here as soon as more information is available.

    Kind Regards,
    Kris

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @slumbum,

    Please take our apologies for the delayed reply.

    I’ve reviewed Easypanel, and the way to add the server rules should be similar when it’s running on NGINX.

    You’ll need permissions to access and modify nginx.conf file (or a similar config file) inside /usr/local/nginx/ directory, which may not be possible from inside Easypanel interface, with the File Browser service:
    https://easypanel.io/docs/guides/file-management#file-management-with-filebrowser

    If the .conf file is not accessible via File Browser, you’ll most likely need to have a higher level of access permissions on the server for modifying that file.

    For example, if you have SSH login info, you can connect via SSH, locate and edit the file, and then reload it. SSH commands may be slightly different, depending on the server operating system.

    You find some examples in this guide:
    https://nginx.org/en/docs/beginners_guide.html#control
    https://nginx.org/en/docs/beginners_guide.html#conf_structure

    Make sure to backup the original configuration file before editing it, in order to be able to get the site back online fast, if something goes wrong.

    I hope this helps. Please let us know if you have any questions.

    Best Regards,
    Dmytro

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hello @slumbum

    It’s been some time since we last heard from you, so I will mark this thread as resolved. If you have any more questions or need further assistance, please feel free to reach out!

    Kind regards,
    Jair.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.