Skip to content

Commit a231a1e

Browse files
committed
Include limewire in laravel templats
1 parent 922cca3 commit a231a1e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

install/deb/templates/web/nginx/php-fpm/laravel.stpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ server {
4848
fastcgi_hide_header "Set-Cookie";
4949
}
5050

51+
location = /livewire/livewire.js {
52+
expires off;
53+
try_files $uri $uri/ /index.php?$query_string;
54+
}
55+
5156
location ~ [^/]\.php(/|$) {
5257
try_files $uri =404;
5358

install/deb/templates/web/nginx/php-fpm/laravel.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ server {
3939
fastcgi_hide_header "Set-Cookie";
4040
}
4141

42+
location = /livewire/livewire.js {
43+
expires off;
44+
try_files $uri $uri/ /index.php?$query_string;
45+
}
46+
4247
location ~ [^/]\.php(/|$) {
4348
try_files $uri =404;
4449

0 commit comments

Comments
 (0)