git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ba34511
)
Use public_html/ as docroot in FPM tests
author
Pablo Zmdl
<redacted>
Mon, 20 Oct 2025 13:56:41 +0000
(15:56 +0200)
committer
Pablo Zmdl
<redacted>
Mon, 3 Nov 2025 13:16:40 +0000
(14:16 +0100)
tests/nginx-default.conf
patch
|
blob
|
history
diff --git
a/tests/nginx-default.conf
b/tests/nginx-default.conf
index 80f2f0dd94fe5fbac2a94f567b780d4dc56f2b50..8fb8d10fd36eaa35b0170ead54f2ba542e8343c2 100644
(file)
--- a/
tests/nginx-default.conf
+++ b/
tests/nginx-default.conf
@@
-4,7
+4,7
@@
server {
server_tokens off;
autoindex off;
- root /var/www/html;
+ root /var/www/html
/public_html
;
location / {
index index.php;
git clone https://git.99rst.org/PROJECT