Skip to content

Commit

Permalink
fix: Modify typescriptlang.org nginx config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 23, 2020
1 parent 7e1f7e8 commit a2682ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescriptlang.org/web.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

server {
listen 60015;
root /usr/share/nginx/web/typescriptlang.org;
root /usr/share/nginx/web;
location / {
try_files $uri $uri/ /index.html =404;
}
Expand Down

0 comments on commit a2682ac

Please sign in to comment.