Error 404 on all /seafhttp URLs after update

### Run Seahub on another port[¶](https://manual.seafile.com/deploy/using_mysql/#run-seahub-on-another-port)

If you want to run Seahub on a port other than the default 8000, say 8001, you must modify the  `conf/gunicorn.conf` :

```
# default localhost:8000
bind = "0.0.0.0:8001"
```

Then restart Seafile service:

```
./seafile.sh restart
./seahub.sh restart
```

https://manual.seafile.com/deploy/using_mysql/#run-seahub-on-another-port