mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
fix indenting of lines
This commit is contained in:
parent
8c55c64b40
commit
c142e68c5f
|
|
@ -1,7 +1,7 @@
|
||||||
<VirtualHost _default_:443>
|
<VirtualHost _default_:443>
|
||||||
ServerName _DOMAIN_
|
ServerName _DOMAIN_
|
||||||
ErrorLog /var/log/apache2/seeddms-error.log
|
ErrorLog /var/log/apache2/seeddms-error.log
|
||||||
CustomLog /var/log/apache2/seeddms-access.log combined
|
CustomLog /var/log/apache2/seeddms-access.log combined
|
||||||
|
|
||||||
DocumentRoot _INSTALL_PATH_/www
|
DocumentRoot _INSTALL_PATH_/www
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost"
|
SetHandler "proxy:unix:/var/run/php/php8.2-fpm.sock|fcgi://localhost"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
# Consider to install the webdav_checkout extension
|
# Consider to install the webdav_checkout extension
|
||||||
Alias /checkout _INSTALL_PATH_/www/ext/webdav_checkout/op/remote.php
|
Alias /checkout _INSTALL_PATH_/www/ext/webdav_checkout/op/remote.php
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user