Nginx Proxy Setup

Hi everyone,
It's not the 1st Nuxt 3 app i'm building but it's the 1st time it's behing a Nginx Proxy.

When deploying with the current settings i have a 404 on all the assets of the app that are in /_nuxt.

I do not have access to the NGinx config (yeah i know it's hard) but i'm trying to help the one dealing with it to find what's wrong.
All i know is that the setup was based on the Nuxt2 doc : https://v2.nuxt.com/fr/deployments/nginx/ but there is no equivalent doc for v3.
Is there something more to handle for Nuxt 3 ?

The app is runing with PM2 with the settings :
// ~/ecosystem.config.js
module.exports = {
    apps: [
        {
            name: 'website-test',
            port: '8095',
            script: './.output/server/index.mjs'
        }
    ]
}

Not any specific option used during build.

Thank you for your help.
image.png
Nuxt 2
How to use nginx as a reverse proxy?
NGINX
Was this page helpful?