/etc/nginx/conf.d/owncloud.conf - CentOS Linux 7

This is the default example configuration of owncloud.conf provided by nginx. This config file was generated by nginx running on CentOS 7.

It is located under: /etc/nginx/conf.d/owncloud.conf

    upstream php-owncloud {
    server unix:/run/php-fpm/owncloud.sock;
}


    
  

Config Details

Location
/etc/nginx/conf.d/owncloud.conf
Operating system
CentOS Linux 7
Length
4 lines
MD5 checksum
005e63113344a121a966f19abbcda516

Usage

Download the raw file with wget or curl

Wget

wget -O owncloud.conf.example http://exampleconfig.com/static/raw/nginx/centos7/etc/nginx/conf.d/owncloud.conf

cURL

curl http://exampleconfig.com/static/raw/nginx/centos7/etc/nginx/conf.d/owncloud.conf > owncloud.conf.example