소스 검색

Update laravel.stpl

Anton Reutov 8 년 전
부모
커밋
02bba8dc4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl

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

@@ -1,7 +1,7 @@
 server {
     listen      %ip%:%web_ssl_port%;
     server_name %domain_idn% %alias_idn%;
-    root        %docroot%/public;
+    root        %sdocroot%/public;
     index       index.php index.html index.htm;
     access_log  /var/log/nginx/domains/%domain%.log combined;
     access_log  /var/log/nginx/domains/%domain%.bytes bytes;