Changes between Version 10 and Version 11 of NGINX HowTo Install Using Docker


Ignore:
Timestamp:
10/06/16 11:48:23 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NGINX HowTo Install Using Docker

    v10 v11  
    15151. On the host machine go to directory
    1616
    17     {{{/local/docker/<USER>/}}}
     17    {{{cd /local/docker/<USER>/}}}
    1818
    19192. Go to this directory and checkout from docker_nginx_ssl
     
    4545    {{{sudo docker run -d -p 80:80 -p 443:443 -e 'DH_SIZE=512' -v /share:/etc/nginx/external/ lcbruit/nginx_ssl:v1.1}}}
    4646
    47 9. Test Nginx :
     479. Test NGINX :
    4848
    4949    {{{http://XXXXXXXXXXXXXX.xuhl-tr.nhs.uk}}}