Problems with Nginx during install

I tried install CentOS 6 64bits:

Nginx port to listen on [88] : 88
/opt/kaltura/bin/kaltura-nginx-config.sh: line 79: /opt/kaltura/nginx/conf/nginx.conf: No such file or directory
Starting nginx: nginx: [emerg] open() “/etc/nginx/nginx.conf” failed (2: No such file or directory)
[FAILED]
ERROR: /opt/kaltura/bin/kaltura-nginx-config.sh failed:( You can re-run it when the issue is fixed.

If I ignore this error and entering in KMC, I can make a login, but the page not load:

SyntaxError: expected expression, got ‘<’ - kmc1:572:3
Uncaught ReferenceError: loadModule is not defined - functions.js

Any idea?

Looks like a clone of Nginx error at install.
Can you please make sure you have the latest kaltura-postinst package? should be:
kaltura-postinst-1.0.25-14.noarch.rpm

It should not have anything to do with KMC, however. For that, please run the developer tools when making the request and check for errors in parallel to running kaltlog in the server and checking for errs in the logs.

Thanks,

You right! Perfect! Tks! The instalation was sucessful!

You right again!, there is no correlation between instalation and KMC. I´ll study documentation to trying to resolve this specific question.