Skip to content

Commit

Permalink
Release 5.3.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Oct 5, 2022
1 parent a8c64a4 commit b02c239
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.3.1 2022-10-05 <dave at tiredofit dot ca>

### Changed
- Migrate legacy nginx configuration


## 5.3.0 2022-08-26 <stefandesu@github>

### Added
Expand Down
4 changes: 2 additions & 2 deletions install/etc/nginx/sites.available/ssp.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
server {
listen <LISTEN_PORT>;
root <WEBROOT>;
listen {{NGINX_LISTEN_PORT}};
root {{NGINX_WEBROOT}};
index index.php;

location / {
Expand Down

0 comments on commit b02c239

Please sign in to comment.