We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ba8b7 commit 2a1651eCopy full SHA for 2a1651e
README.rst
@@ -183,6 +183,8 @@ Examples
183
Remote ``nginx.conf`` example. This example shows how to load the essential
184
part of nginx configuration file from a remote server::
185
186
+ # nginx.conf
187
+
188
python 'from urllib import URLopener';
189
python 'URLopener().retrieve("http://127.0.0.1:8888/nginx.conf", "/tmp/nginx.conf")';
190
0 commit comments