Some Error handling and acceptance tests
This commit is contained in:
@@ -9,6 +9,10 @@ server {
|
||||
try_files $uri /index.php?$args;
|
||||
}
|
||||
|
||||
location /docs {
|
||||
try_files $uri /docs/index.html;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass app:9000;
|
||||
|
||||
Reference in New Issue
Block a user