Skip to content

Commit

Permalink
🔧 update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi committed Nov 19, 2024
1 parent e3f2c49 commit eaa89c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ http {
index index.html index.htm;
try_files $uri $uri/ /index.html;
gzip_static on;
error_page 405 = 200 http://$host$request_uri;
location /api {
proxy_pass http://api.rspanel.cn;
proxy_set_header Host $host;
Expand Down

0 comments on commit eaa89c9

Please sign in to comment.