#>GNUNUX #location = /roundcubemail { #alias /usr/share/roundcubemail/; location = / { alias {{ general.nginx.nginx_root }}; #GNUNUX #location /roundcubemail/ { # root /usr/share; location / { root {{ general.nginx.nginx_root }}; #GNUNUX # location ~ ^/roundcubemail/bin/(.+)$ { location ~ ^/bin/(.+)$ { #GNUNUX # location ~ ^/roundcubemail/installer/(.+\.php)$ { location ~ ^/installer/(.+\.php)$ { #GNUNUX # location ~ ^/roundcubemail/(.+\.php)$ { # allow 127.0.0.1; # allow ::1; # deny all; location ~ ^/(.+\.php)$ { #GNUNUX location /skins/elastic/risotto { alias /usr/local/lib/static/; } #