location /custom/monmodule/pwa/dist/ { try_files $uri $uri/ /custom/monmodule/pwa/dist/index.html; location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ { expires 1y; add_header Cache-Control "public, immutable"; } }