auto-backup: 2025-12-11 20:35:05 (68 files: +19 ~23 -25)
Generated by DSS Git Backup Hook
This commit is contained in:
@@ -57,11 +57,11 @@ export default defineConfig(({ mode }) => ({
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0', // Bind to all interfaces for nginx proxy compatibility
|
||||
port: 3456,
|
||||
port: 6221, // DSS Admin UI port
|
||||
allowedHosts: ['dss.overbits.luz.uy', 'localhost', '.localhost'], // Allow external domain and localhost
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8002',
|
||||
target: 'http://localhost:6220', // DSS API port
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user