Commit 41920520 authored by Simonas's avatar Simonas

Merge branch 'release-1.8.0'

parents 7fc8504b 613c492b
...@@ -2,7 +2,7 @@ PROJECT=biuro-www ...@@ -2,7 +2,7 @@ PROJECT=biuro-www
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.7.0 IMAGE_WORDPRESS=biuro/web:1.8.0
IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3 IMAGE_WORDPRESS_CLI=wordpress:cli-php7.3
DB_NAME=www_biuro DB_NAME=www_biuro
......
...@@ -2,14 +2,6 @@ ...@@ -2,14 +2,6 @@
# CV security redirects # CV security redirects
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
location ^~ /wp-content/uploads/2019/ {
try_files $uri $uri/ /index.php?$args;
if ($http_referer !~* .*livas.biuro.lt.*) {
return 403;
}
}
location ^~ /wp-content/uploads/additional/ { location ^~ /wp-content/uploads/additional/ {
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
......
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