Skip to content

Dedicated Port for EasyEngine Admin Tools #124

@rahul286

Description

@rahul286

As of now, we are using rewrites for path /ee which is:

  1. inefficient
  2. might conflict with actual page/content if that decide to use /ee
  3. hard to separate away from user-space

Lets go with a dedicated port e.g. 12345 (not sure which port number will make up for a good choice)

Dedicated port will remove dependency for a server_name or path and we can simply listen on that port for all domains. Plus we can use iptables to restrict traffic to that port (added layer of security).

  • Decide a port number
  • Code changes to make use of new port!
  • Add self signed SSL for new port

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions