Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
Update domain to .org
  • Loading branch information
bristermitten authored Sep 2, 2024
1 parent 6e133e1 commit 49508e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server

location /learning-resources/
{
proxy_pass https://learningresources.developerden.net/;
proxy_pass https://learningresources.developerden.org/;
}

location /
Expand All @@ -28,4 +28,4 @@ server
index index.html;
try_files $uri $uri/ /index.html;
}
}
}

0 comments on commit 49508e6

Please sign in to comment.