Skip to main content

Posts

Featured

ODOO HRMS / CRM Backup Stuck and Gateway Timeout FIX

 if you are using reverse proxy like nginx, then please do below method to fix the problem. add line proxy_read_timeout 300000; in nano /etc/nginx/sites-enabled/odoo.conf  location / {         proxy_set_header X-Forwarded-Host $host;         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;         proxy_set_header X-Forwarded-Proto $scheme;         proxy_set_header X-Real-IP $remote_addr;         proxy_redirect off;         proxy_read_timeout 300000;         proxy_pass http://hrms;     }

Latest Posts

Configuring EFA / Postfix to Relay Emails through Amazon SES using SMTP

Installing EFA 5 (Email Filter Appliance)

Migrating from FRS to DFSR SYSVOL: A Step-by-Step Guide Using Quick Migration

Configure Static IP Address (CLI) on Ubuntu 18.04.5 LTS

How to Install Nginx on Ubuntu 16.04