Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoTestBackend
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
DojoTestBackend
Commits
b20724ee
Commit
b20724ee
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Nginx => Add "dojo" prefix for rdps domain name
parent
86c88e1e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Frontend
+1
-1
1 addition, 1 deletion
Frontend
Proxy/default.conf
+3
-3
3 additions, 3 deletions
Proxy/default.conf
with
4 additions
and
4 deletions
Frontend
@
e286be2e
Compare
a58c106b
...
e286be2e
Subproject commit
a58c106b74cb9ee23d2b36e58d8e6e151401ac11
Subproject commit
e286be2e68fddf29f2cfa53bb6351b0806c1a5c4
This diff is collapsed.
Click to expand it.
Proxy/default.conf
+
3
−
3
View file @
b20724ee
...
@@ -28,7 +28,7 @@ server {
...
@@ -28,7 +28,7 @@ server {
large_client_header_buffers
4
1024
k
;
large_client_header_buffers
4
1024
k
;
client_max_body_size
100
M
;
client_max_body_size
100
M
;
location
/ {
location
/
dojo
/
{
proxy_pass
http
://
dojo
-
frontend
/;
proxy_pass
http
://
dojo
-
frontend
/;
proxy_intercept_errors
on
;
proxy_intercept_errors
on
;
proxy_http_version
1
.
1
;
proxy_http_version
1
.
1
;
...
@@ -40,7 +40,7 @@ server {
...
@@ -40,7 +40,7 @@ server {
proxy_read_timeout
999999
;
proxy_read_timeout
999999
;
}
}
location
/
api
/ {
location
/
dojo
/
api
/ {
proxy_pass
http
://
dojo
-
api
:
30992
/;
proxy_pass
http
://
dojo
-
api
:
30992
/;
rewrite
^/
api
(/.*)$ $
1
break
;
rewrite
^/
api
(/.*)$ $
1
break
;
proxy_intercept_errors
on
;
proxy_intercept_errors
on
;
...
@@ -53,7 +53,7 @@ server {
...
@@ -53,7 +53,7 @@ server {
proxy_read_timeout
999999
;
proxy_read_timeout
999999
;
}
}
location
/
adminer
/ {
location
/
dojo
/
adminer
/ {
proxy_pass
http
://
adminer
:
8080
/;
proxy_pass
http
://
adminer
:
8080
/;
rewrite
^/
adminer
(/.*)$ $
1
break
;
rewrite
^/
adminer
(/.*)$ $
1
break
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
...
...
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