Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoBackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Backend
DojoBackend
Commits
e64d37d9
Commit
e64d37d9
authored
6 months ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Update API
parent
4437af9b
No related branches found
No related tags found
No related merge requests found
Pipeline
#35147
passed
6 months ago
Stage: code_quality
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
API
+1
-1
1 addition, 1 deletion
API
Proxy/default.conf
+1
-1
1 addition, 1 deletion
Proxy/default.conf
with
2 additions
and
2 deletions
API
@
8531fc9f
Compare
78d52d50
...
8531fc9f
Subproject commit
78d52d50bd26efb46a201bde402da6067f8efedc
Subproject commit
8531fc9f5fc4cf4d9ad7e3c5bc2639445c4abbd8
This diff is collapsed.
Click to expand it.
Proxy/default.conf
+
1
−
1
View file @
e64d37d9
...
@@ -50,7 +50,7 @@ server {
...
@@ -50,7 +50,7 @@ server {
rewrite
^ $
request_uri
;
rewrite
^ $
request_uri
;
rewrite
^/
dojo
/
api
(/.*) $
1
break
;
rewrite
^/
dojo
/
api
(/.*) $
1
break
;
return
400
;
return
400
;
proxy_pass
http
://
dojo
-
api
:
3099
2
$
uri
;
proxy_pass
http
://
dojo
-
api
:
3099
3
$
uri
;
proxy_intercept_errors
on
;
proxy_intercept_errors
on
;
proxy_http_version
1
.
1
;
proxy_http_version
1
.
1
;
...
...
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