Move passHostHeader to correct position

This commit is contained in:
Henrik Tøn Løvhaug 2025-04-08 22:24:19 +02:00
parent 8f0697b0e9
commit fa698d173e
No known key found for this signature in database
GPG Key ID: EB650CC0EDC3BFC3

View File

@ -37,9 +37,9 @@ export const updateServerTraefik = (
servers: [
{
url: `http://dokploy:${process.env.PORT || 3000}`,
passHostHeader: true,
},
],
passHostHeader: true,
},
},
};