File tree 2 files changed +9
-2
lines changed
install/etc/nginx/sites.available
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 31-3.6.79 2025-02-25 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Update nginx configuration to better match upstream
5
+
6
+
1
7
## 31-3.6.78 2025-02-25 <dave at tiredofit dot ca >
2
8
3
9
### Added
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ server {
11
11
include mime.types;
12
12
types {
13
13
text/javascript js mjs;
14
+ application/wasm wasm;
14
15
}
15
16
16
17
add_header Referrer-Policy "no-referrer" always;
@@ -59,7 +60,7 @@ server {
59
60
include fastcgi_params;
60
61
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
61
62
fastcgi_param PATH_INFO $path_info;
62
- #fastcgi_param HTTPS on;
63
+
63
64
fastcgi_param modHeadersAvailable true;
64
65
fastcgi_param front_controller_active true;
65
66
fastcgi_intercept_errors on;
@@ -80,7 +81,7 @@ server {
80
81
}
81
82
}
82
83
83
- location ~ \.woff2?$ {
84
+ location ~ \.(otf| woff2?) $ {
84
85
try_files $uri /index.php$request_uri;
85
86
expires 7d;
86
87
access_log off;
You can’t perform that action at this time.
0 commit comments