websoft9/apps/roles/role_nginx/files/rewrite/joomla.conf
2022-07-11 14:03:55 +08:00

4 lines
56 B
Plaintext

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