fixed nginx port error for default dev value
Changes to be committed: modified: bin/deploy_meta.py
This commit is contained in:
parent
20ebbe21b8
commit
bc289e78ea
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class DeployMeta(QtGui.QMainWindow):
|
|||
'title': 'Nginx Port',
|
||||
'location': 'nginx.port',
|
||||
'default': {
|
||||
'development': "8050",
|
||||
'development': "8080",
|
||||
'staging': "80",
|
||||
'production': "80",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue