Commit ba4767b7 authored by Simon's avatar Simon

Merge branch 'release-1.2.0'

parents fc6e0538 852e51cb
...@@ -2,7 +2,7 @@ PROJECT=biuro-staging ...@@ -2,7 +2,7 @@ PROJECT=biuro-staging
IMAGE_NGINX=fholzer/nginx-brotli IMAGE_NGINX=fholzer/nginx-brotli
IMAGE_MYSQL=mariadb:10.3 IMAGE_MYSQL=mariadb:10.3
IMAGE_WORDPRESS=biuro/web:1.1.1 IMAGE_WORDPRESS=biuro/web:1.2.0
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3 IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=staging_biuro DB_NAME=staging_biuro
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# ----------------------------------------------------------------------
# CV security redirects
# ----------------------------------------------------------------------
location ^~ /wp-content/uploads/2019/ {
try_files $uri $uri/ /index.php?$args;
if ($http_referer !~* .*livas.biuro.lt.*) {
return 403;
}
}
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# 301 biuro.lt redirects # 301 biuro.lt redirects
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment