new topic replying to "{function.escape
-
Could please post it here? I mean what you're trying to do with nginx config.
-
@nhl.pl said:
Could please post it here? I mean what you're trying to do with nginx config.
nginx default
# Make site accessible from http://localhost/ server_name wikievolved.org; location / { proxy_pass http://127.0.0.1:4567; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; }
config.json
{ "url": "http://wikievolved.org", "secret": "2", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" } }
@nhl.pl said:
You have wrong configuration.
In relation to;
- the new topic button not working
- Category pages not rendering/loading fully (requires a refresh after click to load)
- Fixing the TypeError: can't convert undefined to object error
- Fixing the mutating the [[Prototype]] of an object error
- Firefox can't establish a connection to the server at ws://wikievolved.org/socket.io/ error
-
Please look again on all those nginx conf files quoted by me and correct your own.
P.S. all your problems comes from wrong nginx configuration, lack of socket.io lines for example
-
@nhl.pl said:
Please look again on all those nginx conf files quoted by me and correct your own.
P.S. all your problems comes from wrong nginx configuration, lack of socket.io lines for example
Thanks for all you're help NHL, I'm gonna pay someone to solve these issues, I'm getting no-where fast, is very frustrating for my users, getting lots of complaints about not being able to post and too many emails to cope with cos the forums aren't working.
-
Yes, any sysadmin will configure it in 5 minutes.