Replies: 6 comments 1 reply
-
Check the nginx and Unit logs to see where that Your nginx configuration is confusing and ambiguous, with I'd recommend to keep nginx as the HTTP/2 front-end and have Unit take care of all the Wordpress parts. Remove the |
Beta Was this translation helpful? Give feedback.
-
thanks for the info, Unit docs doesn't say much about nginx configuration settings and I don't know much about configuring that. |
Beta Was this translation helpful? Give feedback.
-
Then get it working with Unit and then add NGINX in front for the jobs you need it to do. Unit has no dependency on NGINX and other reverse proxies are available :) |
Beta Was this translation helpful? Give feedback.
-
ok, are the settings on this script wrong? https://gist.github.com/nginx-gists/bdc7da70b124c4f3e472970c7826cccc the current configs does not seem to be working |
Beta Was this translation helpful? Give feedback.
-
sorry for the bother, I got half of it working, how do I get my unit php server listening on 127.0.0.1:8080 to stream content to nginx via reverse proxy? currently, nginx is showing the www/html/default.html page my root is: "root": "var/www/mywebsite.org" /conf.d/default.conf
|
Beta Was this translation helpful? Give feedback.
-
I already linked to the official Unit documentation for Wordpress. As you have already engaged 3 different members of the Unit team here and in the Gist comments, I will convert this issue to a discussion and encourage you to use that as the preferred channel for assistance. |
Beta Was this translation helpful? Give feedback.
-
are my settings wrong? what is causing my sample php app to block images and linked files?
[app config]
default.conf
Beta Was this translation helpful? Give feedback.
All reactions