Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124840
D1002.id3177.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
655 B
Subscribers
None
D1002.id3177.diff
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -31,7 +31,7 @@
volumes:
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
ports:
- - 5080:80
+ - 5080:5080
# Scheduler
diff --git a/nginx.conf b/nginx.conf
--- a/nginx.conf
+++ b/nginx.conf
@@ -15,7 +15,9 @@
resolver 127.0.0.11 valid=30s;
server {
- # Add a trailing slash to top level requests (e.g. http://localhost/flower)
+ listen 5080 default_server;
+
+ # Add a trailing slash to top level requests (e.g. http://localhost:5080/flower)
rewrite ^/([^/]+)$ /$1/ permanent;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 9:33 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217375
Attached To
D1002: Move nginx to port 5080
Event Timeline
Log In to Comment