proxitok/setup/nginx.conf
2022-03-13 18:22:36 +01:00

9 lines
116 B
Nginx Configuration File

location / {
try_files $uri $uri/ /index.php?$query_string;
}
location /.env {
deny all;
return 404;
}