Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 106
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Feb 17 08:40:39 UTC 2023 - Stefan Botter <obs@botter.cc> + +- automatically add headers and rewrite modules to the + configuration +- modify rewrite rule in port 80 section to not rewrite .well-known + +------------------------------------------------------------------- Thu Feb 16 12:42:10 UTC 2023 - Stefan Botter <obs@botter.cc> - add better vhost templates for use with PrepareApacheConfig
View file
PrepareApacheConfig
Changed
@@ -57,8 +57,9 @@ -e '/^ *Order .*allow/ d' \ -e '/^ *\(Allow\|Deny\) from/ d' /etc/apache2/vhosts.d/*.conf fi + /usr/sbin/a2enmod headers rewrite else - echo no file vhost.conf + echo no file vhost.conf and vhost-ssl.conf exit 1 fi if ${VERSION_ID/./} -ge 120 ; then
View file
vhost-ssl.conf
Changed
@@ -7,9 +7,12 @@ HostnameLookups Off UseCanonicalName Off ServerSignature On - RewriteEngine On - RewriteCond %{HTTPS} off - RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} L,R,NE + <ifmodule mod_rewrite.c> + RewriteEngine On + RewriteCond %{HTTPS} off + RewriteCond %{REQUEST_URI} !^/\.well\-known/ + RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} L,R,NE + </ifmodule> </VirtualHost> <IfDefine SSL> <IfDefine !NOSSL>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.