Skip to content

Commit

Permalink
deploy(nginx.conf): nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Aug 21, 2024
1 parent f977376 commit eda8b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ http {
server_name ai.91huajian.cn;

location / {
proxy_pass http://127.0.0.1:3210;
proxy_pass http://134.175.233.176:3210;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand All @@ -77,7 +77,7 @@ http {
ssl_certificate_key /etc/nginx/ssl/private.pem;

location / {
proxy_pass http://127.0.0.1:3210;
proxy_pass http://134.175.233.176:3210;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit eda8b6a

Please sign in to comment.