We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40cc3f commit 33225efCopy full SHA for 33225ef
CHANGELOG.md
@@ -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
7
## 1.15.64 2022-10-04 <dave at tiredofit dot ca>
8
9
### Changed
install/etc/nginx/sites.available/freescout.conf
@@ -1,7 +1,7 @@
server {
- listen <LISTEN_PORT>;
- root <WEBROOT>/public;
+ listen {{NGINX_LISTEN_PORT}};
+ root {{NGINX_WEBROOT}}/public;
index index.php ;
location / {
0 commit comments