Skip to content

Commit

Permalink
Update 5.1. Apache httpd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izombielandgit authored Oct 29, 2019
1 parent aa5dc66 commit 6934c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 5. Web服务器/5.1. Apache httpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -1280,8 +1280,10 @@ RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
<Proxy *>
Require all granted
</Proxy>
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
ProxyPass /.well-known ! # 不转发/.well-known的请求
ProxyPass / http://node01.srv.world/ # 转发到的服务器
ProxyPassReverse / http://node01.srv.world/
</VirtualHost>
```

Expand Down

0 comments on commit 6934c8e

Please sign in to comment.