fix domains redirections
This commit is contained in:
@@ -112,7 +112,8 @@ Add an A record for every subdomain to your server's public IP before deploying
|
||||
|
||||
| Subdomain | Service |
|
||||
|---|---|
|
||||
| `rentaldrivego.ma` | marketplace + public site |
|
||||
| `rentaldrivego.ma` | public site |
|
||||
| `app.rentaldrivego.ma` | marketplace |
|
||||
| `api.rentaldrivego.ma` | API |
|
||||
| `dashboard.rentaldrivego.ma` | dashboard |
|
||||
| `admin.rentaldrivego.ma` | admin panel |
|
||||
@@ -151,7 +152,7 @@ Open `.env.docker.production` and fill in every value. The minimum required secr
|
||||
| `ACME_EMAIL` | Your email for Let's Encrypt notifications |
|
||||
| `RESEND_API_KEY` | Resend API key (or configure SMTP vars instead) |
|
||||
|
||||
All domain vars are pre-filled with `rentaldrivego.ma` subdomains and do not need changing unless you use a different domain.
|
||||
The example file uses `rentaldrivego.ma` for the public site and `app.rentaldrivego.ma` for the marketplace. Adjust them only if you use different hostnames.
|
||||
|
||||
#### 5. Start Traefik
|
||||
|
||||
|
||||
Reference in New Issue
Block a user