feat(domain): separate POS to pos.nexusautoparts.com.mx subdomain

- nexusautoparts.com.mx -> Dashboard/Landing (port 5000)
- pos.nexusautoparts.com.mx -> POS (port 5001) with static assets proxy
- admin.nexusautoparts.com.mx -> Dashboard (port 5000)
- Update mobile app configs to point to pos.nexusautoparts.com.mx
- Update Caddy docs with new subdomain layout
This commit is contained in:
2026-05-14 09:30:43 +00:00
parent 6734993508
commit e61063bdd7
4 changed files with 44 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"appName": "Nexus POS",
"webDir": "www",
"server": {
"url": "https://nexusautoparts.com.mx/pos",
"url": "https://pos.nexusautoparts.com.mx/pos",
"cleartext": true
},
"plugins": {