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.
2 parents 0abbc52 + ae9eb81 commit 0c27254Copy full SHA for 0c27254
2 files changed
test/nginx.conf
@@ -54,9 +54,9 @@ http {
54
listen 8000 default_server;
55
server_name _;
56
57
- root %ROOT%;
+ root %ROOT%/public;
58
59
- index index.php index.html index.htm;
+ index index.php;
60
61
charset utf-8;
62
@@ -117,14 +117,5 @@ http {
117
# PHP only, required if PHP was built with --enable-force-cgi-redirect
118
fastcgi_param REDIRECT_STATUS 200;
119
}
120
-
121
- location ~ /\. {
122
- deny all;
123
- }
124
125
- location ~ /(libraries|templates) {
126
127
128
129
130
0 commit comments