سلام
من یه سایت دارم که روی vps با سیستم عامل centos7 هست. express رو نصب کردم و با MYIP:3000 به راحتی بهش دسترسی دارم. حالا nuxt رو روی پورت 5000 اجرا میگیرم ولی نمیتونم با MYIP:5000 بهش دسترسی داشته باشم. کد زیر رو هم توی nginx میزارم اما بهم خطای 502 میده
map $sent_http_content_type $expires {
"text/html" epoch;
"text/html; charset=utf-8" epoch;
default off;
}
server {
listen 80; # the port nginx is listening on
server_name your-domain; # setup your domain here
gzip on;
gzip_types text/plain application/xml text/css application/javascript;
gzip_min_length 1000;
location / {
expires $expires;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_read_timeout 1m;
proxy_connect_timeout 1m;
proxy_pass http://127.0.0.1:3000; # set the address of the Node.js instance here
}
}
میخام به صورت universal خروجی بگیرم. کسی میتونه کمکم کنه؟
@TimeRunner2359
@hosseinshirinegad98
@ali.bayat
@milad
@mhyeganeh
@forughi.vahid
@mohsenbostan
@hesammousavi
@arian
@mohsen.mehri6101
شرمنده تازه متوجه پیامت شدم و امیدوارم مشکلت حل شده باشه
مشکل من نساختن فایل ecosystem.config.js بود
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟