Skip to content

Commit 33225ef

Browse files
committed
Release 1.15.65 - See CHANGELOG.md
1 parent f40cc3f commit 33225ef

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.15.65 2022-10-05 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Migrate legacy nginx configuration
5+
6+
17
## 1.15.64 2022-10-04 <dave at tiredofit dot ca>
28

39
### Changed

install/etc/nginx/sites.available/freescout.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server {
22

3-
listen <LISTEN_PORT>;
4-
root <WEBROOT>/public;
3+
listen {{NGINX_LISTEN_PORT}};
4+
root {{NGINX_WEBROOT}}/public;
55
index index.php ;
66

77
location / {

0 commit comments

Comments
 (0)