summarylogtreecommitdiffstats
path: root/nginx.conf.example
diff options
context:
space:
mode:
authorHLFH2023-05-11 23:40:05 +0100
committerHLFH2023-05-11 23:40:05 +0100
commit096d1ce0077f69627d8ff33e16822d0a6aee5c1c (patch)
tree41f1c475efa5033f473e05d9e4a6c08599dd80ff /nginx.conf.example
parente750644895b5c45ed7f86f349c4fbccf88eefaeb (diff)
downloadaur-096d1ce0077f69627d8ff33e16822d0a6aee5c1c.tar.gz
Dolibarr 17 release with AUR patch
Diffstat (limited to 'nginx.conf.example')
-rw-r--r--nginx.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf.example b/nginx.conf.example
index 6031fcdbed7d..0509afb29b5b 100644
--- a/nginx.conf.example
+++ b/nginx.conf.example
@@ -1,7 +1,7 @@
server {
server_name dolibarr.localdomain;
- root /usr/share/webapps/dolibarr/htdocs;
+ root /usr/share/dolibarr/htdocs;
index index.php;
location ~ [^/]\.php(/|$) {