oneinstack/config/codeigniter.conf
2024-07-15 13:21:08 +08:00

4 lines
64 B
Plaintext

location / {
try_files $uri $uri/ /index.php?/$request_uri;
}