FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 2b4dd40e authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Merge branch 'testing1' into 'master'

Update canto_443.conf and weekly_export.sh

See merge request !19
parents 1ccd42b1 6aba1d21
No related branches found
No related tags found
1 merge request!19Update canto_443.conf and weekly_export.sh
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</Directory> </Directory>
# Tweak headers # Tweak headers
# RequestHeader set X-Forwarded-Port 443 RequestHeader set X-Forwarded-Port 443
# Header always set Access-Control-Allow-Origin "*" # Header always set Access-Control-Allow-Origin "*"
# Header always set Access-Control-Allow-Methods "OPTIONS, GET" # Header always set Access-Control-Allow-Methods "OPTIONS, GET"
# Header always set Access-Control-Max-Age "5000" # Header always set Access-Control-Max-Age "5000"
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
ProxyPass /pombe http://localhost:7000 retry=5 ProxyPass /pombe http://localhost:7000 retry=5
ProxyPassReverse /pombe http://localhost:7000 ProxyPassReverse /pombe http://localhost:7000
<IfModule mod_deflate.c> <IfModule mod_deflate.c>
SetOutputFilter DEFLATE SetOutputFilter DEFLATE
# Don’t compress # Don’t compress
......
...@@ -48,7 +48,7 @@ if ./canto/script/canto_docker --non-interactive ./script/canto_export.pl canto ...@@ -48,7 +48,7 @@ if ./canto/script/canto_docker --non-interactive ./script/canto_export.pl canto
fi fi
#Define date-time-stamped filename for archiving #Define date-time-stamped filename for archiving
EXPORT_FILENAME_ARCHIVE="canto_server_export_$(date +"%Y-%m-%d-%T").json" EXPORT_FILENAME_ARCHIVE="canto_server_export_$(date +"%Y-%m-%d").json"
function archiving() function archiving()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment