forked from mikewest/nginx-static-etags
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo with git clone command in README.markdown
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Download the module however you like. I'd recommend pulling it down with Git by | |
|
||
mkdir ~/src | ||
cd ~/src | ||
git clone git clone git@github.com:kkung/nginx-static-etags.git ./nginx-static-stags | ||
git clone [email protected]:kkung/nginx-static-etags.git ./nginx-static-stags | ||
|
||
To use the module, you'll have to compile it into Nginx. So, download the Nginx source, configure it with the module path, and compile: | ||
|
||
|
@@ -38,4 +38,4 @@ Add `etags` to the relevant `location` blocks in your `nginx.conf` file: | |
|
||
It's currently an on/off toggle. The plan is to bring it to feature parity with [the Apache configuration option][apache]. It's really not there yet. | ||
|
||
[apache]: http://httpd.apache.org/docs/1.3/mod/core.html#fileetag | ||
[apache]: http://httpd.apache.org/docs/1.3/mod/core.html#fileetag |