I found a related ticket with a default nginx config in gerrit but it seems Resources/Private/Installer/Distribution/Defaults/Web/.nginx.conf is missing in the new neos beta6 release. So i am wondering if it isn’t up to date anymore or why it got removed.
The change you found is just not merged yet. I think it needs an update with some specifics but could still go in 2.0 of course. Just not that high on the priority list. Would you check if the config in the change would work, eventually update it and ping me so we can get this in?
This is my own nginx cofiguration. Included files following below
Vhost
server {
listen 80;
server_name project.sma;
root /Users/soren/Sites/project/Web;
include /usr/local/etc/nginx/conf.d/flow-3.0-settings;
include /usr/local/etc/nginx/conf.d/flow-context-development;
access_log /usr/local/etc/nginx/logs/default.access.log main;
include /usr/local/etc/nginx/conf.d/php-fpm;
}
Hi, I have many php errors like this child 27440 exited on signal 6 (SIGABRT) after 16.954250 seconds from start
when I use neos. I don’t found the solution. Can someone post his nginx (and php) setting?