Project

General

Profile

Problem Open Redmine use nginx

Added by Firman Hadi 16 days ago

I'm installation redmine use php and nginx, my problem open site error :

2025/03/13 09:51:23 [error] 31548#0: *8954 open() "/sites/apps/redmine53/public/projects/html/activity" failed (2: No such file or directory), client: 100.28.57.133, server: pjm.zahironline.com, request: "GET /projects/html/activity?from=0165-08-02&show_time_entries=1 HTTP/1.1", host: "pjm.zahironline.com"

How to solve my problem

note

os : Centos 6 + php fpm and nginx


Replies (1)

RE: Problem Open Redmine use nginx - Added by Holger Just 14 days ago

Redmine is not written in PHP and thus does not use fpm-php. Instead, you have to configure an application server which runs the rails application. A popular choice for that is passenger (which integrates into nginx) or puma.

    (1-1/1)