From 6c54540c759285e09850bc3a67503afb06535674 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Mar 2019 02:47:59 +0000 Subject: [PATCH] nginx --- etc/nginx/cors | 1 + etc/nginx/{inc/cors => cors.conf} | 0 etc/nginx/{inc => }/https-only.conf | 0 etc/nginx/inc | 1 + etc/nginx/php-handler-7-fpm.conf | 1 + 5 files changed, 3 insertions(+) create mode 120000 etc/nginx/cors rename etc/nginx/{inc/cors => cors.conf} (100%) rename etc/nginx/{inc => }/https-only.conf (100%) create mode 120000 etc/nginx/inc create mode 100644 etc/nginx/php-handler-7-fpm.conf diff --git a/etc/nginx/cors b/etc/nginx/cors new file mode 120000 index 00000000..30ec88a9 --- /dev/null +++ b/etc/nginx/cors @@ -0,0 +1 @@ +cors.conf \ No newline at end of file diff --git a/etc/nginx/inc/cors b/etc/nginx/cors.conf similarity index 100% rename from etc/nginx/inc/cors rename to etc/nginx/cors.conf diff --git a/etc/nginx/inc/https-only.conf b/etc/nginx/https-only.conf similarity index 100% rename from etc/nginx/inc/https-only.conf rename to etc/nginx/https-only.conf diff --git a/etc/nginx/inc b/etc/nginx/inc new file mode 120000 index 00000000..945c9b46 --- /dev/null +++ b/etc/nginx/inc @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/etc/nginx/php-handler-7-fpm.conf b/etc/nginx/php-handler-7-fpm.conf new file mode 100644 index 00000000..062a01b1 --- /dev/null +++ b/etc/nginx/php-handler-7-fpm.conf @@ -0,0 +1 @@ +upstream php-handler { server unix:///var/run/php/php7.0-fpm.sock; } -- 2.47.3