Last active
February 3, 2025 14:43
-
-
Save mpalourdio/1bd8e4af1a893b85168889a76858e0f1 to your computer and use it in GitHub Desktop.
Revisions
-
mpalourdio revised this gist
Feb 3, 2025 . No changes.There are no files selected for viewing
-
mpalourdio created this gist
Nov 15, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ server { listen 8080; server_name localhost; location ~ ^/repository/npm-group/-/npm/(.*)$ { return 307 https://registry.npmjs.org/-/npm/$1; } }