Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
monitoring
dokuwiki
Merge requests
!9
Bug-fix release 20180422.a-2.1-3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug-fix release 20180422.a-2.1-3
master
into
stable
Overview
0
Commits
14
Pipelines
4
Changes
3
Merged
Marek Jaroš
requested to merge
master
into
stable
3 years ago
Overview
0
Commits
14
Pipelines
4
Changes
3
Expand
New version with minor fixes
Fixes:
#5 (closed)
#6 (closed)
0
0
Merge request reports
Compare
stable
version 1
5e055566
3 years ago
stable (base)
and
latest version
latest version
bc0dc6de
14 commits,
3 years ago
version 1
5e055566
13 commits,
3 years ago
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
content/etc/apache2/sites-available/dokuwiki-ssl-redirect.conf
+
1
−
1
Options
@@ -2,6 +2,6 @@
DocumentRoot
/
var
/
www
RewriteEngine
On
RewriteCond
%{
REQUEST_URI
} !\.
well
-
known
/
acme
-
challenge
RewriteCond
%{
REQUEST_URI
} !
(
\.
well
-
known
/
acme
-
challenge
|
server
-
status
)
RewriteRule
^/?(.*)
https
://%{
HTTP_HOST
}/$
1
[
L
]
</
VirtualHost
>
Loading