We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac79fc commit f492522Copy full SHA for f492522
install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl
@@ -1,7 +1,7 @@
1
server {
2
listen %ip%:%web_ssl_port%;
3
server_name %domain_idn% %alias_idn%;
4
- root %docroot%/public;
+ root %sdocroot%/public;
5
index index.php index.html index.htm;
6
access_log /var/log/nginx/domains/%domain%.log combined;
7
access_log /var/log/nginx/domains/%domain%.bytes bytes;
0 commit comments