Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
V2RaySSR authored May 29, 2020
1 parent 24bc712 commit c765f8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ http {
server_name localhost;
root /usr/share/nginx/html;
index index.php index.html index.htm;

location /yourfile {
proxy_pass http://localhost:81/;
}
}
}

0 comments on commit c765f8c

Please sign in to comment.