From 5e601f7ee14830ef645ee3d3b1bcdce7450a5ce3 Mon Sep 17 00:00:00 2001 From: punk Date: Thu, 29 Apr 2021 16:10:16 +0100 Subject: linux tools configs moved to linux folder --- tools/conf/etc/nginx/sites/laravel.conf | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tools/conf/etc/nginx/sites/laravel.conf (limited to 'tools/conf/etc/nginx/sites/laravel.conf') diff --git a/tools/conf/etc/nginx/sites/laravel.conf b/tools/conf/etc/nginx/sites/laravel.conf deleted file mode 100644 index addfd18..0000000 --- a/tools/conf/etc/nginx/sites/laravel.conf +++ /dev/null @@ -1,28 +0,0 @@ -server { - listen 443 ssl; - # listen [::]:443 ssl; - - root /srv/www/default/laravel/public; - server_name machine.example - - location /doc { - alias /srv/www/doc; - index index.html; - autoindex on; - } - - location / { - try_files $uri $uri/ /index.php$is_args$args; - } - - location ~ \.php$ { - index index.php; - fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_index index.php; - # try_files $uri /index.php =404; - include /etc/nginx/fastcgi_params; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - # fastcgi_pass unix:/var/run/php5-fpm.sock; - fastcgi_pass 127.0.0.1:9000; - } -} -- cgit 1.4.1-2-gfad0