websoft9/apps/roles/role_nginx/files/rewrite/joomla.conf

4 lines
56 B
Plaintext
Raw Normal View History

2022-07-11 14:03:55 +08:00
location / {
try_files $uri $uri/ /index.php?$args;
}