Error starting nginx

0

Hi everyone, I just installed nginx in windows 10 and I get this log when I try to open it and it does not work.

  

2016/07/04 17:34:00 [emergeg] 11100 # 984: CreateFile ()   "C: \ Users \ Nicolás \ Downloads \ Compressed \ nginx-1.10.1 / conf / nginx.conf"   failed (1113: No mapping for the Unicode character exists in the   target multi-byte code page)

Try changing the ports but apparently it's a problem with the character sets and I do not know what to do: (

I was browsing the English forum but I can not find an answer to solve my fault.

Thank you very much for your help!

I update: this happens with any version

    
asked by Nexeuz 05.07.2016 в 00:38
source

1 answer

2

That's because in the route where you're placing your configuration file there are accents. Surely the Windows encoding is not compatible with the one used by Nginx.

Change the routes, especially those in the log files or logs to one that is different from Nicolás . For example,

c:/temp/

Restart your server after any changes.

    
answered by 05.07.2016 / 00:54
source