Update conf_nginx

This commit is contained in:
MaelREBOUX 2021-03-30 00:07:34 +02:00
parent 049f9303a0
commit 361b43f613

View file

@ -18,10 +18,6 @@ server {
root /data/projets/ar_redadeg/www/; root /data/projets/ar_redadeg/www/;
} }
location /mviewer/ {
alias /data/projets/mviewer/;
}
location ~/2021/(.*)$ { location ~/2021/(.*)$ {
alias /data/projets/ar_redadeg/data/2021/$1 ; alias /data/projets/ar_redadeg/data/2021/$1 ;
} }