Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F37635285
D4134.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
641 B
Referenced Files
None
Subscribers
None
D4134.diff
View Options
diff --git a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/infra.conf b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/infra.conf
--- a/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/infra.conf
+++ b/roles/webserver-alkane/nginx/files/vhosts/nasqueron.org/infra.conf
@@ -54,7 +54,11 @@
return 302 https://infra.nasqueron.org/cd/dashboard/;
}
- location /cd/dashboard {
+ location = /cd/dashboard {
+ return 302 https://infra.nasqueron.org/cd/dashboard/;
+ }
+
+ location /cd/dashboard/ {
rewrite ^/cd/dashboard/?(.*)$ /$1 break;
proxy_pass http://tommy_cd;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 16:37 (18 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3941755
Default Alt Text
D4134.diff (641 B)
Attached To
Mode
D4134: Fix missing CSS on /cd/dashboard without trailing slash
Attached
Detach File
Event Timeline
Log In to Comment