Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:ownCloud:community:8.1
owncloud
nginx_owncloud.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nginx_owncloud.conf of Package owncloud
server { listen 80; location /owncloud { alias @@OC_DIR@@/; autoindex on; try_files $uri $uri/ /index.php; client_max_body_size 10G; # set max upload size fastcgi_buffers 64 4K; rewrite ^/caldav(.*)$ remote.php/caldav$1 redirect; rewrite ^/carddav(.*)$ remote.php/carddav$1 redirect; rewrite ^/webdav(.*)$ remote.php/webdav$1 redirect; index index.php; error_page 403 core/templates/403.php; error_page 404 core/templates/404.php; } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor