Move run-prod.sh to use prod.ini.
This commit is contained in:
parent
39453d8b07
commit
8c17feafc7
1 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()'
|
||||
#uwsgi --socket 0.0.0.0:5000 --protocol=http --module 'app:create_app()'
|
||||
uwsgi prod.ini
|
||||
|
|
Loading…
Reference in a new issue