Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
naiades
naiades-platform-poc
Commits
3cd85864
Commit
3cd85864
authored
Sep 20, 2021
by
Cédric Crettaz
🖥
Browse files
Update nginx.conf.
parent
0cd9ca16
Changes
1
Hide whitespace changes
Inline
Side-by-side
nginx/nginx.conf
View file @
3cd85864
...
...
@@ -90,13 +90,13 @@ http {
location
^~
/watering
{
include
conf.d/proxy_params.conf
;
#proxy_pass http://naiades-gui-watering_web_1:80;
proxy_pass
http://WATERING
/
;
proxy_pass
http://WATERING
;
proxy_redirect
default
;
}
location
^~
/city
{
include
conf.d/proxy_params.conf
;
proxy_pass
http://DASHBOARD
/
;
proxy_pass
http://DASHBOARD
;
proxy_redirect
default
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment