11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
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;
|
|
}
|
|
}
|