mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
white spaces argh.
This commit is contained in:
parent
0899952fe1
commit
a801bf2a30
@ -29,21 +29,21 @@ server {
|
|||||||
# ownCloud configuration
|
# ownCloud configuration
|
||||||
# TODO: we should support owncloud to be loaded from www root, but for now we dont :-)
|
# TODO: we should support owncloud to be loaded from www root, but for now we dont :-)
|
||||||
client_max_body_size 10G; # set max upload size
|
client_max_body_size 10G; # set max upload size
|
||||||
fastcgi_buffers 64 4K;
|
fastcgi_buffers 64 4K;
|
||||||
|
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 403 /owncloud/core/templates/403.php;
|
error_page 403 /owncloud/core/templates/403.php;
|
||||||
error_page 404 /owncloud/core/templates/404.php;
|
error_page 404 /owncloud/core/templates/404.php;
|
||||||
|
|
||||||
rewrite ^/caldav(.*)$ /owncloud/remote.php/caldav$1 redirect;
|
rewrite ^/caldav(.*)$ /owncloud/remote.php/caldav$1 redirect;
|
||||||
rewrite ^/carddav(.*)$ /owncloud/remote.php/carddav$1 redirect;
|
rewrite ^/carddav(.*)$ /owncloud/remote.php/carddav$1 redirect;
|
||||||
rewrite ^/webdav(.*)$ /owncloud/remote.php/webdav$1 redirect;
|
rewrite ^/webdav(.*)$ /owncloud/remote.php/webdav$1 redirect;
|
||||||
rewrite ^/owncloud$ /owncloud/ redirect;
|
rewrite ^/owncloud$ /owncloud/ redirect;
|
||||||
rewrite ^/owncloud/$ /owncloud/index.php;
|
rewrite ^/owncloud/$ /owncloud/index.php;
|
||||||
|
|
||||||
location /owncloud/ {
|
location /owncloud/ {
|
||||||
@ -61,15 +61,15 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
|
location ~ ^/(data|config|\.ht|db_structure\.xml|README) {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Optional: set long EXPIRES header on static assets
|
# Optional: set long EXPIRES header on static assets
|
||||||
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
|
location ~* ^.+\.(jpg|jpeg|gif|bmp|ico|png|css|js|swf)$ {
|
||||||
expires 30d;
|
expires 30d;
|
||||||
# Optional: Don't log access to assets
|
# Optional: Don't log access to assets
|
||||||
access_log off;
|
access_log off;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Webfinger configuration.
|
# Webfinger configuration.
|
||||||
# TODO: fix this for owncloud: http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_others.html
|
# TODO: fix this for owncloud: http://doc.owncloud.org/server/5.0/admin_manual/installation/installation_others.html
|
||||||
|
Loading…
Reference in New Issue
Block a user