Skip to content

Commit 347cec4

Browse files
committed
Fix apache config
1 parent deadff6 commit 347cec4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

images/web/config/production.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
RewriteCond %{HTTPS} off
1313
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
1414

15-
; # Redirect to www openstreetmap.org
16-
; RewriteCond %{HTTP_HOST} =openstreetmap.org
17-
; RewriteCond %{HTTP_HOST} !^www\. [NC]
18-
; RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
15+
# Redirect to www openstreetmap.org
16+
# RewriteCond %{HTTP_HOST} =openstreetmap.org
17+
# RewriteCond %{HTTP_HOST} !^www\. [NC]
18+
# RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
1919

2020
<Location />
2121
CGIPassAuth On

0 commit comments

Comments
 (0)