Skip to content

Commit bae68e8

Browse files
committed
Convert tabs to spaces
1 parent ba81081 commit bae68e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ server {
1919
server_name package.elm-lang.org;
2020

2121
location / {
22-
proxy_pass http://localhost:8019;
22+
proxy_pass http://localhost:8019;
2323
}
2424
location /packages/ {
2525
root /home/prod/websites/package;

0 commit comments

Comments
 (0)