Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
606949b3
Commit
606949b3
authored
Feb 11, 2016
by
Marius Burkard
Browse files
- another aproach for handling acme requests on redirected domains
parent
c2d5bc6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.conf.master
View file @
606949b3
...
...
@@ -126,6 +126,9 @@ Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme/.well-know
Order allow,deny
Allow from all
</tmpl_if>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} ^/\.well-known/acme-challenge
RewriteRule ^.*$ - [END]
</Directory>
NameVirtualHost *:80
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment