nginx.conf now lost access connection
Cliff Wells
cliff at develix.com
Sat Aug 22 04:09:13 MSD 2009
On Sat, 2009-08-22 at 00:53 +0200, John Johnny wrote:
> At the moment, I just want to re-connect my server connection back. I
> type 192.168.1.101:
>
> #######
> # Unable to connect
> # Firefox can't establish a connection to the server at
> 192.168.1.101.
> #######
You have an error in your config that prevents Nginx from starting:
-listen 80 #REPLACE THIS FOR YOUR NEED
+listen 80; #REPLACE THIS FOR YOUR NEED
You need to terminate lines with a semicolon.
For future reference, your Nginx error log would have undoubtedly told
you this.
Cliff
--
http://www.google.com/search?q=vonage+sucks
More information about the nginx
mailing list