Browse Source

Update laravel.stpl

Alexandros Ioannides 5 years ago
parent
commit
333c40118b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/templates/web/nginx/php-fpm/laravel.stpl

+ 1 - 1
install/deb/templates/web/nginx/php-fpm/laravel.stpl

@@ -16,7 +16,7 @@ server {
     ssl_certificate_key  %ssl_key%;
     ssl_stapling on;
     ssl_stapling_verify on;
-    
+
     include %home%/%user%/conf/web/%domain%/nginx.hsts.conf*;
 
     location = /favicon.ico {