Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6f32ef4

Browse files
authored
allow deny is depreciated since apache24 (#261)
1 parent 9084a3f commit 6f32ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎de-DE/intro/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ ROOT_URL = http://domain.tld/git
9191
<VirtualHost *:80>
9292
...
9393
<Proxy *>
94-
Order allow,deny
95-
Allow from all
94+
Require all denied
95+
Require ip 10.0.0.0/24 192.168.0.0/24 ...
9696
</Proxy>
9797
9898
ProxyPass /git http://127.0.0.1:3000

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /