Skip to content

Commit 49508e6

Browse files
Update nginx.conf
Update domain to .org
1 parent 6e133e1 commit 49508e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ server
1919

2020
location /learning-resources/
2121
{
22-
proxy_pass https://learningresources.developerden.net/;
22+
proxy_pass https://learningresources.developerden.org/;
2323
}
2424

2525
location /
@@ -28,4 +28,4 @@ server
2828
index index.html;
2929
try_files $uri $uri/ /index.html;
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)