skip to Main Content

Nginx Proxy Manager and django with nginx

I have a stack Django+Gunicorn+nginx running in docker containers. It is accessible from outside by domain and Port, like web.example.com:1300 . Also, there is Nginx Proxy Manager (NPM) running (uses ports 80 and 443) and succesfully managing some other resources…

VIEW QUESTION

Truncated PHP-FPM / NGINX log lines

I have a lot of lines in my PHP-FPM / NGINX logs that are truncated to 2048 bytes like this: 2022/05/15 16:06:16 [error] 899#899: *29892 FastCGI sent in stderr: "com/wordpress/wp-includes/class-wp-query.php on line 4121PHP message: PHP Warning: Attempt to read property…

VIEW QUESTION

Nginx URL wise redirect

I have a some case to map in nginx for / it take from the /var/www/html/cont for /content/* it take form the var/www/html/cont if it is not / and not /content/* the it should take from /var/www/html/web i am stucking…

VIEW QUESTION
Back To Top
Search