do not publish passerelle and fargo media

This commit is contained in:
Christophe Siraut 2019-09-02 08:56:44 +02:00
parent cde5323fdd
commit 4b773d7670
4 changed files with 0 additions and 16 deletions

View File

@ -14,10 +14,6 @@ server {
=404;
}
location ~ ^/media/(.+)$ {
alias /var/lib/fargo/tenants/$host/media/$1;
}
location /robots.txt {
alias /var/lib/fargo/www/robots.txt;
}

View File

@ -14,10 +14,6 @@ server {
=404;
}
location ~ ^/media/(.+)$ {
alias /var/lib/passerelle/tenants/$host/media/$1;
}
location /robots.txt {
alias /var/lib/passerelle/www/robots.txt;
}

View File

@ -15,10 +15,6 @@ server {
=404;
}
location ~ ^/media/(.+)$ {
alias /var/lib/fargo/tenants/$host/media/$1;
}
location /robots.txt {
alias /var/lib/fargo/www/robots.txt;
}

View File

@ -15,10 +15,6 @@ server {
=404;
}
location ~ ^/media/(.+)$ {
alias /var/lib/passerelle/tenants/$host/media/$1;
}
location /robots.txt {
alias /var/lib/passerelle/www/robots.txt;
}