# Easypanel 1.20.1

URL: /changelog/1-20-1-1

Published: 2023-07-08T08:07:39.442Z

# Improved domains section

- each domain can point to a different app port
- added URL path to serve different apps on the same domain

This will make deploying services like MinIO possible as they expose two ports.

![image](https://canny.io/images/f51e107d4f77220a752cffd9fcec6f1a.png)

# Added variables for templates

- `$(PROJECT_NAME)` replaced with current project name
- `$(SERVICE_NAME)` replaced with current service name
- `$(PRIMARY_DOMAIN)` replaced with first domain from the Domains section
- `$(EASYPANEL_DOMAIN)` replaced with `*.*.easypanel.host` (works only on creation of the template)

This simplifies the templates as we don't need to ask the user for a custom domain every time the ENV requires an `APP_URL` variable.

# Added section for redirects

![image](https://canny.io/images/351b89495ea7a87c8fc7d8fbcbd3abca.png)
