Cachet/nginx.conf
2015-02-21 14:34:09 +00:00

9 lines
123 B
Nginx Configuration File

location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}
location ~ /\.ht {
deny all;
}