Skip to content

Commit 2a1651e

Browse files
committed
Updated README.
1 parent b1ba8b7 commit 2a1651e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ Examples
183183
Remote ``nginx.conf`` example. This example shows how to load the essential
184184
part of nginx configuration file from a remote server::
185185

186+
# nginx.conf
187+
186188
python 'from urllib import URLopener';
187189
python 'URLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
188190

0 commit comments

Comments
 (0)