-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GRP-2862: turn off directory indexes in apache in container
- Loading branch information
mchyzer
committed
Jul 19, 2020
1 parent
80d4441
commit 4fbfec9
Showing
5 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- httpd.conf.20200720 2020-07-19 14:50:57.470136000 +0000 | ||
| +++ httpd.conf 2020-07-19 14:51:35.994475000 +0000 | ||
| @@ -141,7 +141,7 @@ | ||
| # http://httpd.apache.org/docs/2.4/mod/core.html#options | ||
| # for more information. | ||
| # | ||
| - Options Indexes FollowSymLinks | ||
| + Options FollowSymLinks | ||
|
|
||
| # | ||
| # AllowOverride controls what directives may be placed in .htaccess files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters