• 
      

    Add a --web-server-port argument for rb-site.

    Review Request #3924 — Created Feb. 28, 2013 and submitted

    Information

    Review Board
    release-1.6.x

    Reviewers

    Add a --web-server-port argument for rb-site.
    
    This allows the user to configure the port that should be used in the
    web server configuration. It defaults to 80, so nothing changes there,
    but it should be easier to automate a configuration using a different
    port (such as when deploying behind nginx/varnish) now.
    
    This is a more advanced option, and is not exposed during the wizard
    flow.
    Created a site with --web-server-port=81. Saw the proper port used in the
    config file.
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/cmdline/rbsite.py
        Ignored Files:
          reviewboard/cmdline/conf/apache-modpython.conf.in
          reviewboard/cmdline/conf/apache-fastcgi.conf.in
          reviewboard/cmdline/conf/apache-wsgi.conf.in
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    SM
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (659a41c)