Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123305
D8792.id31689.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D8792.id31689.diff
View Options
diff --git a/docker/conf/nginx.conf b/docker/conf/nginx.conf
--- a/docker/conf/nginx.conf
+++ b/docker/conf/nginx.conf
@@ -39,20 +39,6 @@
# Variables need to be set as early as possible, as they're statements from
# the rewrite module and `rewrite [...] break;` will prevent these
# statements from being executed.
-
- location /flower/ {
- set $upstream "http://flower:5555";
-
- rewrite ^/flower/(.*)$ /$1 break;
- proxy_pass $upstream;
-
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header Host $http_host;
- proxy_redirect off;
- proxy_http_version 1.1;
- proxy_set_header Upgrade $http_upgrade;
- proxy_set_header Connection "upgrade";
- }
location /rabbitmq/ {
set $upstream "http://amqp:15672";
@@ -88,8 +74,8 @@
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header X-Forwarded-Host $host:5080;
- proxy_set_header SCRIPT_NAME /deposit;
+ proxy_set_header X-Forwarded-Host $host:5080;
+ proxy_set_header SCRIPT_NAME /deposit;
proxy_redirect off;
}
location /objstorage {
@@ -138,7 +124,6 @@
sub_filter "action=\"/" "action=\"/cmak/";
sub_filter_once off;
}
-
location /mailhog {
set $upstream "http://mailhog:8025";
proxy_pass $upstream;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 18 2024, 3:29 PM (11 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216114
Attached To
D8792: docker/conf/nginx: Remove no longer needed proxy and fix formatting
Event Timeline
Log In to Comment