no css and js on nginx
by felixqu, Wednesday, April 03, 2013, 06:08 (4361 days ago)
Hi there.
I used the conf from wiki.
My data/* and public/ have been set to 777.
But there is still no any format on my site, and the error.log is empty.
Could anyone help me?
Thank you very much!
no css and js on nginx
by Darkwing, Wednesday, April 03, 2013, 08:18 (4361 days ago) @ felixqu
Hi there.
I used the conf from wiki.
wiki? Did you mean the forum?
My data/* and public/ have been set to 777.
But there is still no any format on my site, and the error.log is empty.
Could anyone help me?
Do you use the server for more than one application?
Do you use SSL?
When you look into the page-source, is the css-file and the js-file referred as http or https?
Thank you very much!
no css and js on nginx
by felixqu, Wednesday, April 03, 2013, 08:42 (4361 days ago) @ Darkwing
Thank you for your reply.
Yes, the offical Wiki: https://github.com/SSilence/selfoss/wiki/nginx-configuration.
I also cheked this post from forum: http://selfoss.aditu.de/forum/index.php?mode=thread&id=148.
But it does not work.
no css and js on nginx
by mr_intimement, Thursday, April 04, 2013, 12:57 (4360 days ago) @ felixqu
Hi,
Do you request your server by IP or by Name?
try only with the "name_server" in the nginx conf.
no css and js on nginx
by felixqu, Friday, April 05, 2013, 04:40 (4359 days ago) @ mr_intimement
Hi,
Do you request your server by IP or by Name?
try only with the "name_server" in the nginx conf.
Hi,
No, I only requested server_name in the conf, no IP.
Thanks.
no css and js on nginx
by garfunx, Thursday, April 03, 2014, 18:03 (3996 days ago) @ felixqu
Hi,
I have the same problem, did someone manage to fix it?