pumppi

Results 4 comments of pumppi

Is there any example for the ccsembed filter?

Did you solve the method not allowed?

I Added nginx proxy front of odoo. Thats the solution.

Example code for docker nginx template. Nginx is front of odoo docker instance. `events { worker_connections 1024; } http { client_max_body_size 500M; proxy_connect_timeout 900; proxy_send_timeout 900; proxy_read_timeout 900; send_timeout 900;...