Skip to content

Commit

Permalink
Update production config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 10, 2024
1 parent e086045 commit 4c1dab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/web/config/production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

; ======Redirect to wwww osmseed.org
; RewriteCond %{HTTP_HOST} =osmseed.org
; RewriteCond %{HTTP_HOST} !^www\. [NC]
; RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ======Redirect to wwww osmseed.org
# RewriteCond %{HTTP_HOST} =osmseed.org
# RewriteCond %{HTTP_HOST} !^www\. [NC]
# RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

<Location />
CGIPassAuth On
Expand Down

0 comments on commit 4c1dab8

Please sign in to comment.