Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EventsAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jards
EventsAPI
Commits
5b3a6348
Commit
5b3a6348
authored
7 years ago
by
Carsten Karbach
Browse files
Options
Downloads
Patches
Plain Diff
Do not allow access to root html directory
parent
6c1b4127
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
LICENSE.txt
+1
-0
1 addition, 0 deletions
LICENSE.txt
with
4 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
5b3a6348
...
...
@@ -42,6 +42,9 @@ RUN a2ensite default-ssl.conf
# Set access rights for www-data, run composer
RUN
php /var/www/html/EventsAPI/utils/install.php
# DO not allow access to root doc
RUN
echo
"deny from all"
>
/var/www/html/.htaccess
# Default command
CMD
["apachectl", "-D", "FOREGROUND"]
...
...
This diff is collapsed.
Click to expand it.
LICENSE.txt
+
1
−
0
View file @
5b3a6348
...
...
@@ -15,3 +15,4 @@ EventsAPI -- Application for receiving events
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment