-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
Milestone
Description
As of now, we are using rewrites for path /ee which is:
- inefficient
- might conflict with actual page/content if that decide to use
/ee - 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