Guest User

Untitled

a guest
Jan 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ... Vbs code ...
  2. sh.run "cmd /K CD "& NginxPath &" & start nginx", 0
  3. sh.run "cmd /K CD "& NginxPath &" & start nginx -c "& NginxConf, 0
  4. sh.run "cmd /K CD "& NginxPath &" & start nginx -s reload", 0
  5. ... Vbs code ...
  6.  
  7. 2019/01/21 06:53:52 [emerg] 6988#5196: CreateFile() "CustomPathmime.types" failed (2: The system cannot find the file specified) in CustomPathnginx.conf:18
  8.  
  9. nginx -c C:custompathnginx.conf
  10.  
  11. nginx: [emerg] CreateFile() "C:custompathmime.types" failed (2: The system cannot find the file specified) in C:custompathnginx.conf:18
Add Comment
Please, Sign In to add comment