We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba81081 commit bae68e8Copy full SHA for bae68e8
nginx.conf
@@ -19,7 +19,7 @@ server {
19
server_name package.elm-lang.org;
20
21
location / {
22
- proxy_pass http://localhost:8019;
+ proxy_pass http://localhost:8019;
23
}
24
location /packages/ {
25
root /home/prod/websites/package;
0 commit comments