Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dockerfiles
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
shore
Dockerfiles
Commits
1c2f1458
Commit
1c2f1458
authored
1 year ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
cgit: Remove the Apache status patch.
Not sure why I needed to begin with.
parent
1512cfee
No related branches found
No related tags found
No related merge requests found
Pipeline
#3438
passed
1 year ago
Stage: .pre
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cgit/Dockerfile
+0
-4
0 additions, 4 deletions
cgit/Dockerfile
cgit/patch.diff
+0
-11
0 additions, 11 deletions
cgit/patch.diff
with
0 additions
and
15 deletions
cgit/Dockerfile
+
0
−
4
View file @
1c2f1458
...
...
@@ -6,7 +6,6 @@ RUN apt-get update && \
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
\
cgit
\
groff-base
\
patch
\
python3-docutils
\
python3-markdown
\
python3-pygments
\
...
...
@@ -15,8 +14,5 @@ RUN apt-get update && \
a2enconf cgit
&&
\
install
-d
-o
www-data
-g
www-data
-m
755 /var/cache/cgit
&&
\
rm
-rf
/tmp/
*
/var/tmp/
*
/var/lib/apt/lists/
*
/var/cache/apt/archives/
*
COPY
--chown=root:root patch.diff /root/
COPY
--chown=root:root cgitrc /etc/
RUN
patch
--strip
0
--verbose
--directory
/etc/apache2
--input
/root/patch.diff
&&
\
apache2
-t
USER
www-data
This diff is collapsed.
Click to expand it.
cgit/patch.diff
deleted
100644 → 0
+
0
−
11
View file @
1512cfee
--- mods-available/status.conf 2019-04-03 00:13:44.000000000 +0300
+++ mods-available/status.conf 2019-11-09 19:59:09.642896703 +0200
@@ -5,7 +5,7 @@
<Location /server-status>
SetHandler server-status
- Require local
+ #Require local
#Require ip 192.0.2.0/24
</Location>
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