diff --git a/etc/nginx/sites-enabled/00-default.conf b/etc/nginx/sites-enabled/00-default.conf deleted file mode 100644 index b67ecdce..00000000 --- a/etc/nginx/sites-enabled/00-default.conf +++ /dev/null @@ -1,42 +0,0 @@ -server { - listen 80 default_server; - #listen 443 ssl default_server; - server_name localhost ; - root "C:/laragon-3.1/www"; - - index index.html index.htm index.php; - - # Access Restrictions - allow 127.0.0.1; - deny all; - - include "C:/laragon-3.1/etc/nginx/alias/*.conf"; - - location / { - try_files $uri $uri/ =404; - } - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass php_upstream; - #fastcgi_pass unix:/run/php/php7.0-fpm.sock; - } - - # Enable SSL - #ssl_certificate "C:/laragon-3.1/etc/ssl/default.crt"; - #ssl_certificate_key "C:/laragon-3.1/etc/ssl/default.key"; - #ssl_session_timeout 5m; - #ssl_protocols TLSv1 TLSv1.1 TLSv1.2; - #ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP; - #ssl_prefer_server_ciphers on; - - - charset utf-8; - - location = /favicon.ico { access_log off; log_not_found off; } - location = /robots.txt { access_log off; log_not_found off; } - location ~ /\.ht { - deny all; - } - -} diff --git a/etc/nginx/sites-enabled/auto.blah.dev.conf b/etc/nginx/sites-enabled/auto.blah.dev.conf deleted file mode 100644 index a62c72e7..00000000 --- a/etc/nginx/sites-enabled/auto.blah.dev.conf +++ /dev/null @@ -1,30 +0,0 @@ -server { - listen 80; - server_name blah.dev *.blah.dev; - root "C:/laragon-3.1/www/blah/"; - - index index.html index.htm index.php; - - location / { - try_files $uri $uri/ /index.php$is_args$args; - } - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass php_upstream; - #fastcgi_pass unix:/run/php/php7.0-fpm.sock; - } - - - charset utf-8; - - location = /favicon.ico { access_log off; log_not_found off; } - location = /robots.txt { access_log off; log_not_found off; } - location ~ /\.ht { - deny all; - } -} - -# This file is auto-generated. -# If you want Laragon to respect your changes, just remove the [auto.] prefix -# If you want to use SSL, enable it by going to Menu > Nginx > SSL > Enabled diff --git a/etc/nginx/sites-enabled/auto.emcha.dev.conf b/etc/nginx/sites-enabled/auto.emcha.dev.conf deleted file mode 100644 index e6cd9197..00000000 --- a/etc/nginx/sites-enabled/auto.emcha.dev.conf +++ /dev/null @@ -1,30 +0,0 @@ -server { - listen 80; - server_name emcha.dev *.emcha.dev; - root "C:/laragon-3.1/www/emcha/"; - - index index.html index.htm index.php; - - location / { - try_files $uri $uri/ /index.php$is_args$args; - } - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass php_upstream; - #fastcgi_pass unix:/run/php/php7.0-fpm.sock; - } - - - charset utf-8; - - location = /favicon.ico { access_log off; log_not_found off; } - location = /robots.txt { access_log off; log_not_found off; } - location ~ /\.ht { - deny all; - } -} - -# This file is auto-generated. -# If you want Laragon to respect your changes, just remove the [auto.] prefix -# If you want to use SSL, enable it by going to Menu > Nginx > SSL > Enabled diff --git a/etc/nginx/sites-enabled/auto.hoho.dev.conf b/etc/nginx/sites-enabled/auto.hoho.dev.conf deleted file mode 100644 index 9960b737..00000000 --- a/etc/nginx/sites-enabled/auto.hoho.dev.conf +++ /dev/null @@ -1,30 +0,0 @@ -server { - listen 80; - server_name hoho.dev *.hoho.dev; - root "C:/laragon-3.1/www/hoho/"; - - index index.html index.htm index.php; - - location / { - try_files $uri $uri/ /index.php$is_args$args; - } - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass php_upstream; - #fastcgi_pass unix:/run/php/php7.0-fpm.sock; - } - - - charset utf-8; - - location = /favicon.ico { access_log off; log_not_found off; } - location = /robots.txt { access_log off; log_not_found off; } - location ~ /\.ht { - deny all; - } -} - -# This file is auto-generated. -# If you want Laragon to respect your changes, just remove the [auto.] prefix -# If you want to use SSL, enable it by going to Menu > Nginx > SSL > Enabled diff --git a/etc/nginx/sites-enabled/auto.mint.dev.conf b/etc/nginx/sites-enabled/auto.mint.dev.conf deleted file mode 100644 index b920608a..00000000 --- a/etc/nginx/sites-enabled/auto.mint.dev.conf +++ /dev/null @@ -1,30 +0,0 @@ -server { - listen 80; - server_name mint.dev *.mint.dev; - root "C:/laragon-3.1/www/mint/"; - - index index.html index.htm index.php; - - location / { - try_files $uri $uri/ /index.php$is_args$args; - } - - location ~ \.php$ { - include snippets/fastcgi-php.conf; - fastcgi_pass php_upstream; - #fastcgi_pass unix:/run/php/php7.0-fpm.sock; - } - - - charset utf-8; - - location = /favicon.ico { access_log off; log_not_found off; } - location = /robots.txt { access_log off; log_not_found off; } - location ~ /\.ht { - deny all; - } -} - -# This file is auto-generated. -# If you want Laragon to respect your changes, just remove the [auto.] prefix -# If you want to use SSL, enable it by going to Menu > Nginx > SSL > Enabled