Changeset - b24bfcec8f9a
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2021-01-18 21:44:08
branko@majic.rs
MAR-151: Specify the wsgi_requirements_in file in the sample WSGI application in usage instructions:

- Primarily because futures is not required when using Python 3.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/usage.rst
Show inline comments
 
@@ -1824,12 +1824,14 @@ on the safe side:
 
          # application itself). The module is referenced relative to the code
 
          # directory (in our case /var/www/wiki.example.com/code/).
 
          wsgi_application: wiki_example_com.wsgi:application
 
          # Specify explicitly requirements for installing Gunicorn.
 
          wsgi_requirements:
 
            - gunicorn==20.0.4
 
          wsgi_requirements_in:
 
            - gunicorn
 
        - role: database
 
          db_name: wiki
 
          db_password: wiki
 

	
 
3. Let's create a dedicated private key/certificate pair for the wiki website:
 

	
0 comments (0 inline, 0 general)