Skip to content

Commit fdc790d

Browse files
committed
tweak(templates): php nginx base templates updated with proper webroot imprinting
changelog: tweaks
1 parent c466afe commit fdc790d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
## Script status
1212

13-
Version: v3.1.1.886
14-
Build: 886
13+
Version: v3.1.1.887
14+
Build: 887
1515

1616
[![MIT License](https://img.shields.io/badge/license-MIT%20License-blue.svg?style=flat-square)](https://github.com/JMSDOnline/vstacklet/blob/main/LICENSE)
1717

config/php7/nginx/varnish/default.php7.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ server {
101101
# We only enable this option if either W3TC is in effect on a WordPress install
102102
# Or you manage an override from your application root.
103103
# An example would be that of Admin Tools for Joomla!
104-
# include /var/www/html/vsapp/public/nginx.conf;
104+
# include {{webroot}}/public/nginx.conf;
105105
}

config/php8/nginx/varnish/default.php8.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ server {
100100
# We only enable this option if either W3TC is in effect on a WordPress install
101101
# Or you manage an override from your application root.
102102
# An example would be that of Admin Tools for Joomla!
103-
# include /var/www/html/vsapp/public/nginx.conf;
103+
# include {{webroot}}/public/nginx.conf;
104104
}

0 commit comments

Comments
 (0)