diff --git a/CHANGELOG.md b/CHANGELOG.md index 19751d1..6b681e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 5.3.1 2022-10-05 + + ### Changed + - Migrate legacy nginx configuration + + ## 5.3.0 2022-08-26 ### Added diff --git a/install/etc/nginx/sites.available/ssp.conf b/install/etc/nginx/sites.available/ssp.conf index 6b31b1d..f5d35c9 100644 --- a/install/etc/nginx/sites.available/ssp.conf +++ b/install/etc/nginx/sites.available/ssp.conf @@ -1,6 +1,6 @@ server { - listen ; - root ; + listen {{NGINX_LISTEN_PORT}}; + root {{NGINX_WEBROOT}}; index index.php; location / {