location /seeddms { root /srv; index index.php; location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_param HTTP_PROXY ""; fastcgi_pass unix:/run/php/php7.0-fpm.sock; } }