We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
中文文件乱码
The text was updated successfully, but these errors were encountered:
docker-compose.yml 添加下面内容 command: /bin/sh -c 'rm -f /usr/local/apache2/conf/conf-enabled/dav.conf && printf "DavLockDB \"/var/lib/dav/DavLock\"\nAlias / \"/var/lib/dav/data/\"\n<Directory \"/var/lib/dav/data/\">\n Dav On\n AddDefaultCharset utf-8\n IndexOptions +Charset=UTF-8\n\n Options Indexes FollowSymLinks\n\n AuthType Basic\n AuthName \"WebDAV\"\n AuthUserFile \"/user.passwd\"\n <RequireAny>\n Require valid-user\n </RequireAny>\n</Directory>\n\nBrowserMatch \"Microsoft Data Access Internet Publishing Provider\" redirect-carefully\nBrowserMatch \"MS FrontPage\" redirect-carefully\nBrowserMatch \"^WebDrive\" redirect-carefully\nBrowserMatch \"^WebDAVFS/1.[01234]\" redirect-carefully\nBrowserMatch \"^gnome-vfs/1.0\" redirect-carefully\nBrowserMatch \"^XML Spy\" redirect-carefully\nBrowserMatch \"^Dreamweaver-WebDAV-SCM1\" redirect-carefully\nBrowserMatch \" Konqueror/4\" redirect-carefully\nBrowserMatch \"^gvfs\" redirect-carefully" > /usr/local/apache2/conf/conf-enabled/dav.conf && httpd-foreground'
command: /bin/sh -c 'rm -f /usr/local/apache2/conf/conf-enabled/dav.conf && printf "DavLockDB \"/var/lib/dav/DavLock\"\nAlias / \"/var/lib/dav/data/\"\n<Directory \"/var/lib/dav/data/\">\n Dav On\n AddDefaultCharset utf-8\n IndexOptions +Charset=UTF-8\n\n Options Indexes FollowSymLinks\n\n AuthType Basic\n AuthName \"WebDAV\"\n AuthUserFile \"/user.passwd\"\n <RequireAny>\n Require valid-user\n </RequireAny>\n</Directory>\n\nBrowserMatch \"Microsoft Data Access Internet Publishing Provider\" redirect-carefully\nBrowserMatch \"MS FrontPage\" redirect-carefully\nBrowserMatch \"^WebDrive\" redirect-carefully\nBrowserMatch \"^WebDAVFS/1.[01234]\" redirect-carefully\nBrowserMatch \"^gnome-vfs/1.0\" redirect-carefully\nBrowserMatch \"^XML Spy\" redirect-carefully\nBrowserMatch \"^Dreamweaver-WebDAV-SCM1\" redirect-carefully\nBrowserMatch \" Konqueror/4\" redirect-carefully\nBrowserMatch \"^gvfs\" redirect-carefully" > /usr/local/apache2/conf/conf-enabled/dav.conf && httpd-foreground'
Sorry, something went wrong.
No branches or pull requests
中文文件乱码
The text was updated successfully, but these errors were encountered: