mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
9 lines
123 B
Nginx Configuration File
9 lines
123 B
Nginx Configuration File
location / {
|
|
index index.php;
|
|
try_files $uri $uri/ /index.php?$query_string;
|
|
}
|
|
|
|
location ~ /\.ht {
|
|
deny all;
|
|
}
|