-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
9,433 additions
and
31,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "public/awesomplete"] | ||
path = public/awesomplete | ||
url = https://github.com/LeaVerou/awesomplete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,44 @@ | ||
<VirtualHost 45.79.10.213:80 [2600:3c00::f03c:91ff:fe9f:6a46]:80> | ||
<IfModule mod_ssl.c> | ||
<VirtualHost 45.79.10.213:443 [2600:3c00::f03c:91ff:fe9f:6a46]:443> | ||
ServerName color.brick.design | ||
|
||
CustomLog /var/log/apache2/color-brick-design.log combined | ||
AddDefaultCharset UTF-8 | ||
SetEnv no-gzip 1 | ||
|
||
ServerAdmin webmaster@localhost | ||
ServerAdmin [email protected] | ||
|
||
DocumentRoot /var/www/lego-colorblind | ||
<Directory /var/www/lego-colorblind/.git> | ||
Require all denied | ||
</Directory> | ||
DocumentRoot /var/www/lego-colorblind/public | ||
<Directory /> | ||
SetOutputFilter DEFLATE | ||
Options FollowSymLinks | ||
AllowOverride None | ||
</Directory> | ||
<Directory /var/www/lego-colorblind> | ||
<Directory /var/www/lego-colorblind/public> | ||
RewriteEngine On | ||
|
||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteRule ([\d-]+) index.php?set=$1 [L] | ||
</Directory> | ||
<Directory /var/www/lego-colorblind/cache> | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteRule set_autocomplete_list.json ../php/sets_to_autocomplete_list.php [L] | ||
RewriteRule set_autocomplete_list.json ../server/sets_to_autocomplete_list.php [L] | ||
</Directory> | ||
|
||
ErrorLog /var/log/apache2/error.log | ||
|
||
# Possible values include: debug, info, notice, warn, error, crit, | ||
# alert, emerg. | ||
LogLevel warn | ||
RewriteEngine On | ||
RewriteCond %{SERVER_NAME} =color.brick.design | ||
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] | ||
|
||
Include /etc/letsencrypt/options-ssl-apache.conf | ||
SSLCertificateFile /etc/letsencrypt/live/color.brick.design/fullchain.pem | ||
SSLCertificateKeyFile /etc/letsencrypt/live/color.brick.design/privkey.pem | ||
</VirtualHost> | ||
</IfModule> | ||
|
||
<VirtualHost 45.79.10.213:80 [2600:3c00::f03c:91ff:fe9f:6a46]:80> | ||
ServerName color.brick.design | ||
|
||
Redirect permanent / https://color.brick.design/ | ||
</VirtualHost> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.