Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nms-viewcount-tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Hartig
nms-viewcount-tool
Commits
c9ede602
Commit
c9ede602
authored
1 year ago
by
Jan Hartig
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
8213175d
No related branches found
No related tags found
No related merge requests found
Pipeline
#29726
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
uwsgi.ini
+1
-1
1 addition, 1 deletion
uwsgi.ini
wsgi.py
+4
-0
4 additions, 0 deletions
wsgi.py
with
5 additions
and
1 deletion
uwsgi.ini
+
1
−
1
View file @
c9ede602
...
...
@@ -6,4 +6,4 @@ http-socket = :8080
processes
=
2
auto-procname
chdir
=
/opt/app
module
=
app:server
\ No newline at end of file
module
=
wsgi:app
\ No newline at end of file
This diff is collapsed.
Click to expand it.
wsgi.py
0 → 100644
+
4
−
0
View file @
c9ede602
from
server
import
app
if
__name__
==
"
__main__
"
:
app
.
run
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment