skip to Main Content

Nuxt robots.txt using nginx & pm2

I'm using nginx and pm2 to serve a nuxt app (SSR). I tried to use the sitemap module and the robot.txt module. The sitemap module works fine and is accessible at /sitemap.xml. However the robots.txt file is not accessible through…

VIEW QUESTION

PM2 with NodeJS crash after few minutes and restart in loop – Debian

I have a NodeJs+Express+Mongodb app and I'm trying to run it on my vps. I do : pm2 start server [PM2] Applying action restartProcessId on app [server](ids: [ 1 ]) [PM2] [server](1) ✓ [PM2] Process successfully started ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id…

VIEW QUESTION
Back To Top
Search